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
(ns lisp.core | |
(:gen-class) | |
(:require [clojure.string :as s])) | |
(defn -main | |
"I don't do a whole lot ... yet." | |
[& args] | |
(println "Hello, World!")) | |
(map inc (range 10)) |
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 java.awt.*; // Using AWT's layouts | |
import java.awt.event.*; // Using AWT's event classes and listener interfaces | |
import java.math.BigDecimal; | |
import javax.swing.*; // Using Swing's components and container | |
import java.util.function.BiFunction; | |
// A Swing application extends from javax.swing.JFrame | |
/* Need Javadoc documentation here | |
* | |
* | |
*/ |
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
--------- beginning of /dev/log/system | |
D/PowerManagerService( 821): sendPendingNotificationsLocked mSendGoToSleepFinishedNotificationWhenReady = false | |
D/PowerManagerService( 821): sendPendingNotificationsLocked mSendGoToSleepFinishedNotificationWhenReady = false | |
D/PowerManagerService( 821): sendPendingNotificationsLocked mSendGoToSleepFinishedNotificationWhenReady = false | |
D/DisplayPowerController( 821): updateAmbientLux: mLightSensorListener lux is 51.0 | |
D/DisplayPowerController( 821): updateAmbientLux: mLightSensorListener lux is 52.0 | |
I/PowerManagerService( 821): Going to sleep due to screen timeout... | |
I/PowerManagerService( 821): goToSleepNoUpdateLocked 1 ! | |
D/PowerManagerService( 821): sendPendingNotificationsLocked mSendGoToSleepFinishedNotificationWhenReady = false | |
I/PowerManagerService( 821): goToSleepNoUpdateLocked 2 ! |
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
#Pkg.add("Images") | |
#Pkg.add("ImageView") | |
#Pkg.add("Colors") | |
#Pkg.add("FixedPointNumbers") | |
#Pkg.add("Colors") | |
#Pkg.add("Drawing") | |
using Drawing | |
using Images | |
using ImageView | |
println("asdasdasd") |
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
THINGS I WANT TO ADD FROM YAHUD | |
-readyup panel (goddamn) | |
-also notohud, broesel | |
-new scoreboard | |
-tournamentspectator | |
-ya | |
-ya 2nd style | |
-broesel | |
-eve | |
-backpack |
NewerOlder