User Tools

Site Tools


main:web

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
main:web [2020/02/13 15:47] michfielmain:web [2020/03/16 23:16] – [C++] michfiel
Line 4: Line 4:
  
   * [[http://www.wsanchez.net/papers/motives/|Motivation vs. Self Control]]   * [[http://www.wsanchez.net/papers/motives/|Motivation vs. Self Control]]
-  * https://beat.doebe.li/bibliothek/index.html +  * [[https://beat.doebe.li/bibliothek/index.html| Beats Biblionetz]]
-  * https://www.tu-berlin.de/fileadmin/f1/Downloads_Fakultaet_I/Kommunikationswissenschaft-ZP-Mag-HF.pdf +
-  * [[http://www.mathematische-basteleien.de/triomino.htm|Triomino]] +
-  * [[http://www.myfonts.com/WhatTheFont/|WhatTheFont]]+
  
 +===== How To's =====
 +
 +  * [[https://www.heise.de/tipps-tricks/Backup-erstellen-mit-Windows-10-3858841.html#anchor_8|Backup erstellen mit Windows 10]]
 +  * [[https://praxistipps.chip.de/windows-10-auf-eine-neue-festplatte-uebertragen_47388| Windows 10 auf eine neue Festplatte übertragen]]
 ===== Programming ===== ===== Programming =====
  
Line 14: Line 15:
  
   * [[http://devdocs.io|DevDocs]]   * [[http://devdocs.io|DevDocs]]
 +
 +==== C++ ====
 +
 +  * [[http://www.netzmafia.de/skripten/programmieren/ad12.html|Programmieren in C]]
 +  * https://wincent.com/wiki/@executable_path,_@load_path_and_@rpath
 +  * http://www.uni-weimar.de/medien/wiki/ObjC-Memory_Management
 +  * http://www.danandcheryl.com/2012/08/3-tips-on-auto-synthesized-properties
 +
 +==== AppleScript ====
 +
 +    * [[http://dougscripts.com/itunes/|Doug's AppleScripts for iTunes ♫]]
 +    * [[http://macscripter.net/viewtopic.php?id=24750|AppleScript for Beginners IV ]]
 +
 +==== JavaScript ====
 +
 +  * [[http://play.elevatorsaga.com|Elevator Saga - the elevator programming game]]
  
 ==== MIDI ==== ==== MIDI ====
Line 20: Line 37:
   * [[http://www.roland-museum.de/gitbs/html/GI10/Roland_GI10.php?l=en|Roland Museum]]   * [[http://www.roland-museum.de/gitbs/html/GI10/Roland_GI10.php?l=en|Roland Museum]]
   * [[http://www.unfretted.com/loader.php?LINK=/profs/roland_gk]]   * [[http://www.unfretted.com/loader.php?LINK=/profs/roland_gk]]
 +  * http://www.kvraudio.com/forum/viewforum.php?f=33&sid=fb9500e582c1face22b60f44ca8aae0a
  
- +  * [[https://github.com/krevis/MIDIApps|krevis / MIDIApps]] 
-  * [[http://www.netzmafia.de/skripten/programmieren/ad12.html|Programmieren in C]] +  * [[https://github.com/petegoodliffe/PGMidi|PGMidi]] 
-  * Framework linking +  * [[http://www.viscerallogic.com/programming/midi/]] 
- +  * [[http://notahat.com/simplesynth/]] 
-    * [[https://www.dribin.org/dave/blog/archives/2009/11/15/rpath/|rpath]] +  * [[http://www.music.mcgill.ca/~gary/rtmidi/]] 
-    * [[https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/CreatingFrameworks.html#//apple_ref/doc/uid/20002258-106880|Creating a Framework]] +  * http://cocoadocs.org/docsets/MIKMIDI/1.6.1/ 
-    * https://wincent.com/wiki/@executable_path,_@load_path_and_@rpath +  * https://github.com/mixedinkey-opensource/MIKMIDI 
-  * Properties +  *  
-    * http://www.uni-weimar.de/medien/wiki/ObjC-Memory_Management +  *  
-    * http://www.danandcheryl.com/2012/08/3-tips-on-auto-synthesized-properties +==== AudioUnits ==== 
-  * JavaScript +  * 
-    * [[http://play.elevatorsaga.com|Elevator Saga - the elevator programming game]] +  * 
-  * DSP +
-    * http://www.kvraudio.com/forum/viewforum.php?f=33&sid=fb9500e582c1face22b60f44ca8aae0a +
-  * MIDI +
-    * [[https://github.com/krevis/MIDIApps|krevis / MIDIApps]] +
-    * [[https://github.com/petegoodliffe/PGMidi|PGMidi]] +
-    * [[http://www.viscerallogic.com/programming/midi/]] +
-    * [[http://notahat.com/simplesynth/]] +
-    * [[http://www.music.mcgill.ca/~gary/rtmidi/]] +
-    * http://cocoadocs.org/docsets/MIKMIDI/1.6.1/ +
-    * https://github.com/mixedinkey-opensource/MIKMIDI +
-  * AudioUnits+
     * https://alexkenis.wordpress.com/2014/01/23/apples-audio-unit-examples-in-osx-10-9-and-xcode-5/     * https://alexkenis.wordpress.com/2014/01/23/apples-audio-unit-examples-in-osx-10-9-and-xcode-5/
     * https://alexkenis.wordpress.com/2015/04/05/hidden-audiounit-generic-ui-options/     * https://alexkenis.wordpress.com/2015/04/05/hidden-audiounit-generic-ui-options/
     * https://developer.apple.com/library/content/technotes/tn2104/_index.html      * https://developer.apple.com/library/content/technotes/tn2104/_index.html 
-  * Cocoa+ 
 +==== Cocoa ==== 
 + 
 +  * 
 +  * 
     * [[http://nshipster.com/nil/|nil - Nil - NULL - NSNull - NSHipster]]     * [[http://nshipster.com/nil/|nil - Nil - NULL - NSNull - NSHipster]]
     * [[http://www.cocoawithlove.com|Cocoa with Love]]     * [[http://www.cocoawithlove.com|Cocoa with Love]]
Line 57: Line 68:
     * [[http://www.icodeblog.com/2009/01/15/iphone-game-programming-tutorial-part-1/]]     * [[http://www.icodeblog.com/2009/01/15/iphone-game-programming-tutorial-part-1/]]
     * [[http://www.cosmicthump.com/|COSMIC THUMP - A Reminder to Embrace Amazing Possibilities]]     * [[http://www.cosmicthump.com/|COSMIC THUMP - A Reminder to Embrace Amazing Possibilities]]
-  * iOS+ 
 +==== iOS ==== 
     * [[http://www.stanford.edu/class/cs193p/cgi-bin/drupal/|CS 193P iPhone Application Development]]     * [[http://www.stanford.edu/class/cs193p/cgi-bin/drupal/|CS 193P iPhone Application Development]]
     * [[http://iphonedevsdk.com|iPhone Dev SDK]]     * [[http://iphonedevsdk.com|iPhone Dev SDK]]
     * [[https://github.com/allenporter/mobilesynth]]     * [[https://github.com/allenporter/mobilesynth]]
     * [[http://zbar.sourceforge.net/iphone/index.html]]      * [[http://zbar.sourceforge.net/iphone/index.html]] 
-  * CoreLocation+ 
 + 
 +=== CoreLocation === 
     * http://nshipster.com/core-location-in-ios-8/     * http://nshipster.com/core-location-in-ios-8/
     * https://developer.apple.com/reference/corelocation/cllocationmanagerdelegate?language=objc     * https://developer.apple.com/reference/corelocation/cllocationmanagerdelegate?language=objc
-  * Text2Speech+ 
 +=== Text2Speech === 
     * [[http://www.successdenied.com/2011/06/25-jahre-stspeech/]]     * [[http://www.successdenied.com/2011/06/25-jahre-stspeech/]]
     * [[http://www.retrobits.net/atari/sam.shtml]]     * [[http://www.retrobits.net/atari/sam.shtml]]
-  * Scripting 
-    * [[http://dougscripts.com/itunes/|Doug's AppleScripts for iTunes ♫]] 
-    * [[http://macscripter.net/viewtopic.php?id=24750|AppleScript for Beginners IV ]] 
-  * Heart Rate Bluetooth 
-    * https://github.com/latne1ec/HappyTime 
  
 +=== Heart Rate Bluetooth ===
 +
 +  * https://github.com/latne1ec/HappyTime
   * http://www.labbookpages.co.uk/index.html   * http://www.labbookpages.co.uk/index.html
  
Line 79: Line 95:
  
 ===== Manuals ===== ===== Manuals =====
 +
 +  * [[https://www.mikrocontroller.net/articles/IPod_Ladegerät]]
  
 ==== Röhrenverstärker ==== ==== Röhrenverstärker ====
Line 128: Line 146:
   * [[https://github.com/mathiasbynens/dotfiles/blob/master/.macos|.macos (install setup in terminal)]]   * [[https://github.com/mathiasbynens/dotfiles/blob/master/.macos|.macos (install setup in terminal)]]
   * [[http://www.onlinewahn.de/klt.htm|Der Knopfloch-Trick]]   * [[http://www.onlinewahn.de/klt.htm|Der Knopfloch-Trick]]
 +
 +===== Software =====
 +
 +==== Development Tools ====
 +
 +  * [[http://www.suavetech.com/0xed/0xed.html|0xED]]
 +  * [[http://www.barebones.com/products/textwrangler/download.html|TextWrangler]]
 +
 +==== Internet Utilities ====
 +
 +  * [[https://cyberduck.io|Cyberduck]]
 +  * [[https://www.dropbox.com|Dropbox]]
 +
 +==== System/Disk Utilities ====
 +
 +  * [[http://bombich.com|Carbon Copy Cloner]]
 +  * [[http://my.smithmicro.com/stuffit-expander-mac.html|StuffIt Expander]]
 +  * [[https://sourceforge.net/projects/unrarx/|UnRarX]]
 +
 +==== Utilities ====
 +
 +  * http://www.squared5.com/svideo/mpeg-streamclip-mac.html
  
 ====== Music ====== ====== Music ======
 +===== Singen =====
 +
 +==== Ukulele ====
 +
 +  * http://photos.in-panik.de/private/fcnsbaGKZXoltfarzmBCTX3nWUDS6Mse/
 +
  
 ==== Songbooks ==== ==== Songbooks ====
Line 171: Line 217:
  
  
-===== Walzerlinksgestrickt =====+===== Tanzen =====
  
   * https://walzerlinksgestrickt.de/tanzinfos/unsere_figuren.php   * https://walzerlinksgestrickt.de/tanzinfos/unsere_figuren.php
Line 189: Line 235:
   * https://youtu.be/h8P9Q6zmLOg   * https://youtu.be/h8P9Q6zmLOg
  
 +====== Miscellaneous ======
  
 +===== Berlin =====
  
 +  * https://radar.squat.net/de/events/city/Berlin/
 +  * https://taz.de/!112355/
  
- 
- 
- 
- 
-====== Miscellaneous ====== 
  
 ===== Jokes ===== ===== Jokes =====
Line 204: Line 249:
   * [[http://dilbert.com]]   * [[http://dilbert.com]]
   * [[http://www.uni-eschweilerhof.de]]   * [[http://www.uni-eschweilerhof.de]]
-  * [[http://www.donothingfor2minutes.com]] 
   * [[http://www.heise.de/ct/schlagseite/]]   * [[http://www.heise.de/ct/schlagseite/]]
   * [[http://www.rechnungswesen-portal.de/Humor/witze.php]]   * [[http://www.rechnungswesen-portal.de/Humor/witze.php]]
-  * [[http://make-everything-ok.com|The magic button — Make Everything OK]] 
   * https://groups.google.com/forum/#!forum/de.talk.jokes   * https://groups.google.com/forum/#!forum/de.talk.jokes
   * [[http://www.explainxkcd.com/wiki/index.php|explain xkcd wiki]]   * [[http://www.explainxkcd.com/wiki/index.php|explain xkcd wiki]]
Line 223: Line 266:
   * [[http://zonenklaus.de/wordpress/?s=holunder|Holunder]]   * [[http://zonenklaus.de/wordpress/?s=holunder|Holunder]]
   * [[https://de.m.wikihow.com/Verschiedene-Stinkbomben-selbstmachen|Stinkbomben]]   * [[https://de.m.wikihow.com/Verschiedene-Stinkbomben-selbstmachen|Stinkbomben]]
 +
  
  
Line 257: Line 301:
   * [[http://www.urbandictionary.com]]   * [[http://www.urbandictionary.com]]
   * [[http://www.convertbinary.com|Binary Converter]]   * [[http://www.convertbinary.com|Binary Converter]]
 +
 +===== Lost & Found =====
  
   * http://www.dreiviertelzwoelf.com/was-ist-dreiviertelzwoelf-und-wann/die-uhrzeit/   * http://www.dreiviertelzwoelf.com/was-ist-dreiviertelzwoelf-und-wann/die-uhrzeit/
-  +  * [[http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html|World Wide Web]] 
 + 
 +  * [[https://www.lightningmaps.org/|lightningmaps.org]] 
 +  * [[https://heavens-above.com/ISS_3D.aspx|ISS Interactive 3D Visualization]] 
 + 
 +  * http://www.patent-de.com/19990318/DE4400519C2.html 
 +  * http://www.thediscworld.de/index.php/Hauptseite 
 +  * [[http://www.bicyclebuiltfortwothousand.com]] 
 +  * [[http://www.tripadvisor.de/ShowUserReviews-g60763-d99287-r72586845-Graffiti_Hostel-New_York_City_New_York.html]] 
 +  * [[http://chocklock.com]] 
 +  * [[http://www.classicalmidiconnection.com/DavidSiu/]] 
 +  * [[http://www.stfj.net/art/2009/loselose/]] 
 +  * [[http://www.marinetraffic.com/de/ais/home/?lang=de]] 
 +  * [[http://users.wpi.edu/~bmoriarty/ps/index.html]] 
 +  * [[http://baroque.me]] 
 +  * [[http://www.hoerspielbox.de/frameset.htm]] 
 +  * [[http://soundsource.servus.at/show.php?lang=de&sound_id=79]] 
 +  * [[http://www.loureed.com/metalmachinemusic/]] 
 +  * [[http://www.rollins-archive.com]] 
 +  * [[http://webaudiodemos.appspot.com/MIDIDrums/index.html]] 
 +  * [[http://www.hymn.ru/internationale/index-en.html]] 
 +  * [[http://whatsinmyipod.blogspot.de]] 
 +  * [[http://www.crossmyt.com/hc/linghebr/awfgrmlg.html]] 
 +  * http://www.latlong.net 
 +  * https://bandhub.com 
 +  * https://mediathekviewweb.de/# 
 +  * https://www.allmess.de/fernauslese/ 
 +  * https://www.tracybet.com/collections/retro_02/products/womens-vintage-embroidered-long-sleeve-dress 
 +  * http://www.selfmadehifi.de/schalt.htm 
 +  * https://www.hifiengine.com/manual_library/arena/t-2700.shtml 
 +  * http://www.freestompboxes.org/viewtopic.php?f=19&t=562&start=120 
 +  * https://sites.google.com/a/davidmorrin.com/www/home/trouble/troubleeffects/fuzz/fuzz-topologies/no-bias 
      
main/web.txt · Last modified: 2021/10/28 21:14 by michfiel