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 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 'package:flutter/material.dart'; | |
class ProfileScreen extends StatelessWidget { | |
const ProfileScreen({super.key}); | |
@override | |
Widget build(BuildContext context) { | |
return Scaffold( | |
body: Stack( | |
children: [ | |
Image.asset('assets/images/beach.jpg'), |
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
#!/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 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
# 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.
- For Linux/Mac you will be asked remove the automatic initialization, if you choose
yes
, you will need to manually runconda init <shell>
.- Note: After initialization, conda will automatically activate the
base
environment by default everytime you open the terminal. If you don't prefer this configuration, runconda config --set auto_activate_base false
- Note: After initialization, conda will automatically activate the
- (Optional. You can skip this step if you want to only use
base
environment) Create a Conda environment with python.
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 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
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 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
#!/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}') |
NewerOlder