Skip to content

Instantly share code, notes, and snippets.

[{"user": { "userid": "deisy", "password": "C269FB1DD462330070C315F0612030D4", "logedin": false, "profiles": [ { "permissionsList": [ "LOUHICLIENT" ] } ], "workLoad": [ ]}}{"user": { "userid": "erick84", "password": "58FB053DAFE354ED55668C225F0C86AE", "logedin": false, "profiles": [ { "permissionsList": [ "LOUHICLIENT" ] } ], "workLoad": [ ]}}{"user": { "userid": "oswa", "password": "CAF1A3DFB505FFED0D024130F58C5CFA", "logedin": false, "profiles": [ { "permissionsList": [ "LOUHICLIENT", "LOUHIWEB", "ADD_USERS", "REMOVE_USERS", "ADD_WORK", "REMOVE_WORK" ] } ]}}{"user": { "userid": "bob", "password": "9F9D51BC70EF21CA5C14F307980A29D8", "logedin": false, "profiles": [ { "permissionsList": [ "LOUHICLIENT" ] } ], "workLoad": [ ]}}{"user": { "userid": "carmina", "password": "3BF77959261381C466503D78E538F4F5", "logedin": false, "profiles": [ { "permissionsList": [ "LOUHICLIENT" ] } ], "workLoad": [ ]}}{"user": { "userid": "armando", "password": "61938381C1F6408F9B6DEFB9A047D2C8", "logedin": false, "profiles": [ { "p
@cappuccino
cappuccino / inspector.js
Created January 14, 2009 05:36 — forked from anonymous/gist:46802
Replace WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Resources/inspector/inspector.js with this file for better objective-j debugging support
/* utilities.js */
/*
* Copyright (C) 2007 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
@cappuccino
cappuccino / gist:38069
Created December 19, 2008 18:19 — forked from boucher/gist:11652
File Upload
//
// FileUpload.j
// Editor
//
// Created by Francisco Tolmasky on 03/04/08.
// Copyright 2005 - 2008, 280 North, Inc. All rights reserved.
//
import <Foundation/CPObject.j>
import <Foundation/CPValue.j>