dHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHb HHP%%#%%%%%%%%%%%%%%%%#%%%%%%%#%%VHH HH%%%%%%%%%%#%v~~~~~~%%%#%%%%%%%%HH HH%%%%%#%%%%v' ~~~~%%%%%#%HH HH%%#%%%%%%v'dHHb a%%%#%%%%%%HH HH%%%%%#%%v'dHHHA :%%%%%%#%%%%HH HH%%%#%%%v' VHHHHaadHHb:%#%%%%%%%%HH
This file contains 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
#!/usr/bin/env python | |
""" | |
====================================================================== | |
MIT License | |
Copyright (c) [year] [fullname] | |
Permission is hereby granted, free of charge, to any person obtaining a copy |
This file contains 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
# Ang Huling El Bimbo by Eraserheads in Sonic Pi | |
use_bpm 90 | |
define :main do | start_tick = 0 | | |
use_synth :pluck | |
with_fx :reverb, room: 1 do | |
if start_tick > 0 | |
tick_set start_tick |
Here are steps to install GDAL in Anaconda with python bindings.
- Download and Install Anaconda (or Miniconda for minimal setup) For Windows a shortcut to anaconda prompt will be created in the start menu which should open command prompt with conda activated. In Linux you will be asked to make conda automatically start whenever bash starts. You can also activate it manually.
- (Optional. You can skip this if you want to only use base) Create a Conda environment with python.
conda create -n geospatial python=3.9
self notes
-
install wine https://wiki.winehq.org/Download
-
install fluidsynth
sudo apt install fluidsynth
Name | Type | License | Tech |
---|---|---|---|
apostello | SMS communication | MIT | Python |
Bible API | bible reference | MIT | Ruby |
Bible Helper | bible reference | MIT | Javascript |
BVCMS | ChMS | GPLv2 | C♯ (.NET) |
Cedar | media projection | MIT | JavaScript (Meteor) |
ChurchCRM | ChMS | MIT | PHP |
ChurchInfo | ChMS | GPLv2 | PHP |
Jethro Pastoral Ministry Manager | ChMS | GPLv3 | PHP |
This file contains 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
rawurlencode() { | |
local string="${1}" | |
local strlen=${#string} | |
local encoded="" | |
local pos c o | |
for (( pos=0 ; pos<strlen ; pos++ )); do | |
c=${string:$pos:1} | |
case "$c" in | |
[-_.~a-zA-Z0-9] ) o="${c}" ;; |
This file contains 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
#!/usr/bin/env bash | |
# This script will download the latest theme release from the Github repository. | |
# requires jq | |
REPO="" # github "user/repo" | |
GITHUB_USERNAME="" | |
metas=$(echo $REPO | tr "/" "\n") | |
THEME_NAME=$(echo $metas | awk '{print $2}') |
This file contains 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
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
# ****************************************************************************** | |
# $Id: gdal2tiles.py 27349 2014-05-16 18:58:51Z rouault $ | |
# | |
# Project: Google Summer of Code 2007, 2008 (http://code.google.com/soc/) | |
# Support: BRGM (http://www.brgm.fr) | |
# Purpose: Convert a raster into TMS (Tile Map Service) tiles in a directory. | |
# - generate Google Earth metadata (KML SuperOverlay) |
NewerOlder