Posts by Danilo Tostes • 119 points
5 posts
-
1
votes1
answer217
viewsQ: Jquery Bootstrap closed.bs.Alert
I am unable to execute the event code "closed.bs.Alert". That is, execute a code after the total removal of a code snippet triggered when clicking the Close button of Alert in Bootstrap. HTML:…
-
3
votes4
answers824
viewsQ: Regular Expression to get what’s outside of brackets
Sample text: Itaú [123.456,89] To get what’s inside the brackets (including the brackets) I used: \[(.*?)\] The question is how to get what is outside? I imagine it’s a denied list, something…
regexasked Danilo Tostes 119 -
0
votes1
answer169
viewsA: Creating the SVN repository - Linux Mint, Apache Subversion
Based on @Ciganomorrisonmendez’s comment, I went to try to do the same procedure without using "file://". It did not work, but I kept insisting and I arrived at the following solution successfully:…
svnanswered Danilo Tostes 119 -
1
votes1
answer169
viewsQ: Creating the SVN repository - Linux Mint, Apache Subversion
I’m trying to follow the Quick-start, to execute the following commands and create the local SVN repository: $ mkdir -p $HOME/.svnrepos/ $ svnadmin create ~/.svnrepos/my-repos $ svn mkdir -m "Create…
svnasked Danilo Tostes 119 -
6
votes3
answers1104
viewsQ: UML, flow diagram between pages
I remember seeing something like that in college, but because it’s been too many years. Which diagram should I use to represent the flow between pages? It would be similar to represent the general…