This file contains hidden or 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
using System; | |
using System.Collections.Generic; | |
$if$ ($targetframeworkversion$ >= 3.5)using System.Linq; | |
$endif$using System.Text; | |
$if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks; | |
$endif$ | |
namespace $rootnamespace$ | |
{ | |
public class $safeitemrootname$ | |
{ |
This file contains hidden or 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
import cookielib | |
import socket | |
import urllib | |
import urllib2 | |
#r requires BeautifulSoup4 | |
from bs4 import BeautifulSoup | |
#your jury summons info | |
participant_number = "#########" | |
zip_code = "#####" |
This file contains hidden or 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
#colorpickers { | |
display: inline-table; | |
} | |
#colorpickers:before, #colorpickers:after { | |
content:""; | |
display: table; | |
} | |
#colorpickers:after { | |
clear:both; | |
} |
NewerOlder