UTC: 2024-08-19 08:27 bramd/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2024-08-19 08:27 bramd/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2019-07-02 08:27 bramd/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2019-07-02 08:09 bramd/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
### Keybase proof | |
I hereby claim: | |
* I am bramd on github. | |
* I am bramd (https://keybase.io/bramd) on keybase. | |
* I have a public key whose fingerprint is F05B 1D0D 8931 1D4E 8D88 9C6E A538 9775 C00C 5785 | |
To claim this, I am signing this object: |
cinst nvda -version 2016.1 | |
Install-WindowsUpdate | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
cinst notepadplusplus | |
cinst javaruntime | |
cinst 7zip | |
cinst firefox | |
cinst flashplayerplugin | |
cinst adobereader | |
cinst sysinternals |
from neo4django.db import connections | |
from neo4django.db.models.script_utils import LazyNode | |
from neo4django.db import models | |
from neo4django.db.models.manager import NodeModelManager | |
from django.utils.translation import ugettext_lazy as _ | |
class Country(models.NodeModel): | |
code = models.StringProperty(verbose_name=_('Country code'), max_length=2, indexed=True) | |
name = models.StringProperty(verbose_name=_('Name')) | |
import sys | |
import urllib2 | |
import requests | |
from xml.dom import minidom | |
from time import sleep | |
API_URL = 'http://api.webvisum.com/api_rest' | |
USERNAME = '' | |
PASSWORD = '' |
# Copyright (c) 2008, Ryan Witt | |
# Some modifications copyright (c) 2010, Bram Duvigneau | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions are met: | |
# * Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. | |
# * Redistributions in binary form must reproduce the above copyright | |
# notice, this list of conditions and the following disclaimer in the |
"Short name","Full name","Country code ( ","Capital","Name of citizenship","Adjective","Currency ( ","ISO code ( ","Currency subunit ( " | |
"Afghanistan","Islamic Republic of Afghanistan","AF","Kabul","Afghan","Afghan","afghani","AFN","pul" | |
"Åland Islands(AX1)","Åland Islands","AX","Mariehamn","Åland Islander","of the Åland Islands","euro","EUR","cent" | |
"Albania","Republic ofAlbania","AL","Tirana","Albanian","Albanian","lek","ALL","qindar (pl.qindarka)" | |
"Algeria","People’s Democratic Republic ofAlgeria","DZ","Algiers","Algerian","Algerian","Algerian dinar","DZD","centime" | |
"American Samoa(AS1)","Territory ofAmerican Samoa","AS","Pago Pago","American Samoan","American Samoan","US dollar","USD","cent" | |
"Andorra","Principality ofAndorra","AD","Andorra la Vella","Andorran","Andorran","euro","EUR","cent" | |
"Angola","Republic ofAngola","AO","Luanda","Angolan","Angolan","kwanza","AOA","cêntimo" | |
"Anguilla(AI1)","Anguilla","AI","The Valley","Anguillan","Anguillan","East Caribbean dollar","XCD","cent" | |
"Antarctica","Antarctica" |