thanks 4 putting source for a noob to learn a little
-
DocSets-for-iOS and paid 4 it too https://github.com/omz/DocSets-for-iOS/
-
Real Time Congress
| import com.android.volley.toolbox.HurlStack; | |
| import com.squareup.okhttp.OkHttpClient; | |
| import java.io.IOException; | |
| import java.net.HttpURLConnection; | |
| import java.net.URL; | |
| /** | |
| * An {@link com.android.volley.toolbox.HttpStack HttpStack} implementation which | |
| * uses OkHttp as its transport. | |
| */ |
| var os = require("os"); | |
| //Create function to get CPU information | |
| function cpuAverage() { | |
| //Initialise sum of idle and time of cores and fetch CPU info | |
| var totalIdle = 0, totalTick = 0; | |
| var cpus = os.cpus(); | |
| //Loop through CPU cores |
| /* | |
| * MethodSwizzle.h | |
| * | |
| * Copyright (c) 2007-2011 Kent Sutherland | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| * this software and associated documentation files (the "Software"), to deal in | |
| * the Software without restriction, including without limitation the rights to use, | |
| * copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the | |
| * Software, and to permit persons to whom the Software is furnished to do so, |
| class AssetHeaders | |
| def initialize(app) | |
| @app = app | |
| end | |
| def call(env) | |
| request = Rack::Request.new(env) | |
| response = @app.call(env) | |
| if request.path =~ /^\/assets\// | |
| # there maybe a better way to add headers |
thanks 4 putting source for a noob to learn a little
DocSets-for-iOS and paid 4 it too https://github.com/omz/DocSets-for-iOS/
Real Time Congress
| [ | |
| { | |
| "homepage": "http://digitaljhelms.github.com", | |
| "name": "digitaljhelms", | |
| "description": "finally blogging...", | |
| "author": "Jeremy Helms", | |
| "post": { | |
| "url": "http://digitaljhelms.github.com/howto/creating-a-branch-with-no-parents-or-history", | |
| "slug": "creating-a-branch-with-no-parents-or-history", | |
| "title": "Create a Git Branch without Parents or History", |
The list would not be updated for now. Don't write comments.
The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Wed, 21 Sep 2022 till Thu, 21 Sep 2023.
Because of GitHub search limitations, only 1000 first users according to amount of followers are included. If you are not in the list you don't have enough followers. See raw data and source code. Algorithm in pseudocode:
githubUsers| # lib/active_admin_views_pages_base.rb | |
| class ActiveAdmin::Views::Pages::Base < Arbre::HTML::Document | |
| private | |
| # Renders the content for the footer | |
| def build_footer | |
| div :id => "footer" do | |
| para "Copyright © #{Date.today.year.to_s} #{link_to('Example.com', 'http://example.com')}. Powered by #{link_to('Active Admin', 'http://www.activeadmin.info')} #{ActiveAdmin::VERSION}".html_safe |
| /* | |
| * object.watch polyfill | |
| * | |
| * 2012-04-03 | |
| * | |
| * By Eli Grey, http://eligrey.com | |
| * Public Domain. | |
| * NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. | |
| */ |