Home For Companies Submit a post Archive Random RSS Twitter DevOps Reactions Say it with pictures. Describe your feelings about your everyday sysadmin interactions. Inspired by Infosec Reactions. Follow @devopsreactions Tweet <a href="http://twitter.com/devopsreactions" class="linked_button bright_blue_button" id="follow_me"></a> <script type="text/javascript"> function link_urls(text) { var regex = /[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&~\?\/.=]+/g; return text.replace(regex, function(url) { return url.link(url); }); } function recent_tweets(data) { if (data.length > 0) { var latest = data[0]; $("#latest_tweet").html(link_urls(latest.text)); } } ...
Home For Companies Submit a post Archive Random RSS Twitter DevOps Reactions Say it with pictures. Describe your feelings about your everyday sysadmin interactions. Inspired by Infosec Reactions. Follow @devopsreactions Tweet <a href="http://twitter.com/devopsreactions" class="linked_button bright_blue_button" id="follow_me"></a> <script type="text/javascript"> function link_urls(text) { var regex = /[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&~\?\/.=]+/g; return text.replace(regex, function(url) { return url.link(url); }); } function recent_tweets(data) { if (data.length > 0) { var latest = data[0]; $("#latest_tweet").html(link_urls(latest.text)); } } ...
Home For Companies Submit a post Archive Random RSS Twitter DevOps Reactions Say it with pictures. Describe your feelings about your everyday sysadmin interactions. Inspired by Infosec Reactions. Follow @devopsreactions Tweet <a href="http://twitter.com/devopsreactions" class="linked_button bright_blue_button" id="follow_me"></a> <script type="text/javascript"> function link_urls(text) { var regex = /[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&~\?\/.=]+/g; return text.replace(regex, function(url) { return url.link(url); }); } function recent_tweets(data) { if (data.length > 0) { var latest = data[0]; $("#latest_tweet").html(link_urls(latest.text)); } } ...
Sign up for a GitHub account Sign in All Gists lykkin / gist:90a32ea4292934cefbf5 Created April 01, 2015 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav permutations View gist:90a32ea4292934cefbf5 gistfile1.py Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 def perms ( li ): res = [[li.pop()]] for el in li: temp = [] for perm in res: for i in range ( len (perm) + 1 ): perm_copy = perm[:] perm_copy.insert(i, el) temp.append(t) res = temp[:] return res Sign up for free to join this conversation on GitHub . Already have an account? Sign in to comment /.discussion-timeline /.gist-content /.container Some...
index routing table | modules | next | Flask-Restless 0.17.1-dev documentation » ¶ Flask-Restless provides simple generation of ReSTful APIs for database models defined using SQLAlchemy (or Flask-SQLAlchemy). The generated APIs send and receive messages in JSON format. ¶ Downloading and installing Flask-Restless Quickstart Creating API endpoints Initializing the Flask application after creating the API manager Customizing the ReSTful interface HTTP methods API prefix Collection name Specifying one of many primary keys Enable bulk patching or deleting Custom serialization Capturing validation errors Exposing evaluation of SQL functions Specifying which columns are provided in responses Server-side pagination Request preprocessors and postprocessors Custom queries Making search queries Quick examples Query format Operators Examples Format of requests and responses...