This file contains 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
package api | |
import ( | |
"bytes" | |
"context" | |
"encoding/json" | |
"errors" | |
"io/ioutil" | |
"net/http" | |
"strings" |
This file contains 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 | |
/** | |
* Transforms an under_scored_string to a camelCasedOne | |
*/ | |
function camelize($scored) { | |
return lcfirst( | |
implode( | |
'', | |
array_map( |
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Info] | |
"PackageFeatures"=dword:00000001 |
This file contains 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
flashgot | |
AD Block Plus (Blocks ads!) | |
HTTPS EVERYWHERE (from eff.org "Electronic frontier foundation") | |
Foxy Proxy (useful tool to change proxy!) -conflict with autoproxy- | |
autoproxy | |
Firebug (Additional tools for web developers! REALLY handy) -Realy??? for normal user?- | |
NoScript(Block javascripts everywhere until you make an exception for it!) | |
DownThemAll (Downloader!) | |
Easy YouTube Video Downloader | |
DownloadHelper |