This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "/type/type/properties" : [ | |
| { | |
| "id" : null, | |
| "name" : [ | |
| { | |
| "lang" : null, | |
| "value" : null | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id" : "/user/fabricio/brazilian_government/politician/quotations", | |
| "name" : [ | |
| { | |
| "connect" : "insert", | |
| "lang" : "/lang/pt", | |
| "type" : "/type/text", | |
| "value" : "Citações" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "politicos" : { | |
| "cursor" : true, | |
| "query" : [ | |
| { | |
| "/common/topic/image" : { | |
| "guid" : null, | |
| "limit" : 1, | |
| "optional" : true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Detailed Members Table | |
| * Display a detailed list of members for a particular network containing | |
| * all answers for the profile questions, you can sort by any field | |
| * | |
| * Author: Fabricio Campos Zuardi ([email protected]) | |
| **/ | |
| //parameters |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $b = .08 + .07; | |
| var_dump($b); | |
| var_dump(.15 - $b); | |
| var_dump((bool)(.15 - $b)); | |
| ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- texto_corrido_ptBr_only_ptBr.srt | |
| +++ (clipboard) | |
| @@ -4,7 +4,7 @@ | |
| 2 | |
| 00:01:21,357 --> 00:01:24,861 | |
| -embora ele seja mal como pode | |
| +embora ele seja maldoso demais | |
| 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntaxInfoForLineFragment: function(context, state, line, start, end) { | |
| var promise = new Promise(); | |
| var attrs = []; | |
| var stickySupported = this._stickySupported; | |
| line = line + '\n' | |
| var lineLength = line.length; | |
| var states = this.get('states'); | |
| … |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ministério da saúde has left a new comment on your post "Precisamos de um Youtube.gov? (parte II)": | |
| Caro blogueiro, | |
| A vacina contra Influenza H1N1, que já matou YADDA YADDA YADDA YADDA YADDA SPAM | |
| SPAM SPAM YADDA YADDA (editei o conteúdo p/ não fazer propaganda de graça p/ você) | |
| Por isso, é muito importante YADDA YADDA YADDA YADDA YADDA SPAM SPAM SPAM YADDA YADDA | |
| Para mais informações sobre YADDA YADDA YADDA YADDA YADDA SPAM SPAM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var basic = /[0-9\+\-\*\/\%\.\,\(\)\s]/ | |
| ,math_properties = /E|LN2|LN10|LOG2E|LOG10E|PI|SQRT1_2|SQRT2/ | |
| ,math_methods = /abs|acos|asin|atan|atan2|ceil|cos|exp|floor|log|max|min|pow|random|round|sin|sqrt|tan/ | |
| ,pattern = new RegExp('^\\?calc (('+basic.source+'|Math\\.('+math_properties.source+'|(('+math_methods.source+')\\()))+)$') | |
| this.plugin = { | |
| 'name': 'calc' | |
| ,'pattern': pattern | |
| ,'description': 'Calculate basic arithmetic.' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| this.plugin = { | |
| 'name': 'blame' | |
| ,'pattern': /^\?blame (.+)$/ | |
| ,'description': 'Find out who was the responsible for something.' | |
| ,'example': '?blame Who let the dogs out?' | |
| ,'action': function(message) { | |
| message.say(message.user + ': Do you want to know ' + message.match_data[1] + ' Of course it was Paul Lloyd!') | |
| } | |
| ,'url': 'http://gist.github.com/575841' | |
| } |
OlderNewer