Skip to content

Instantly share code, notes, and snippets.

View ruarai's full-sized avatar

Ruarai Tobin ruarai

View GitHub Profile
@fwilhe
fwilhe / 1_create_data.sql
Last active August 29, 2015 14:27
OSIAM Dataset 'Problem with "not"-Filter'
-- users
INSERT INTO scim_id (internal_id, id) VALUES (1, '07486cd7-f3f9-4b4f-8379-371bc10fd412');
INSERT INTO scim_id (internal_id, id) VALUES (2, '704cf301-264c-4caa-aced-8873bb1cbf48');
INSERT INTO scim_id (internal_id, id) VALUES (3, 'c18a780b-d858-4177-80ef-5de9491eee2c');
INSERT INTO scim_user (internal_id, user_name, password) VALUES (1, '1', 'o5pMnVkU');
INSERT INTO scim_user (internal_id, user_name, password) VALUES (2, '2', 'QjK8kgyR');
INSERT INTO scim_user (internal_id, user_name, password) VALUES (3, '3', 'i43FXsmF');
-- groups
@dynajoe
dynajoe / Program.cs
Created November 1, 2012 16:06
Example C# HTTP Server
using System;
using System.Net;
using System.Text;
using System.Threading;
namespace ExampleSimpleWebserver
{
class Program
{
static void Main (string[] args)
@paulmillr
paulmillr / active.md
Last active January 18, 2026 18:54
Most active GitHub users (by contributions). https://paulmillr.com

Most active GitHub users (git.io/top)

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