Skip to content

Instantly share code, notes, and snippets.

View LunNova's full-sized avatar
❄️
flake.lock

Lun LunNova

❄️
flake.lock
View GitHub Profile
## 2D to 3D Realtime Video Conversion Avisynth script v0.3b
## Made by Anton Belev at 3D Vision Blog
## http://www.3dvision-blog.com
## Additionally extended by Martin Haverland at audiomh.de for quality resize
## and different output modes including interlaced format for use in non-3d specific players e.g. windows media player.
#modified by /u/nallar
#Replace all Lanczos4Resize to LanczosResize if performance is bad.
factor3D = 40 # Reduce to increase attempt to add 3D.
inputFile = "mlp1.mkv"
## 2D to 3D Realtime Video Conversion Avisynth script v0.3b
## Made by Anton Belev at 3D Vision Blog
## http://www.3dvision-blog.com
## Additionally extended by Martin Haverland at audiomh.de for quality resize
## and different output modes including interlaced format for use in non-3d specific players e.g. windows media player.
#modified by /u/nallar
#Replace all LanczosResize to LanczosResize if performance is bad.
#SetMTMode(2,0)#Uncomment if you have multithreaded avisynth!
ainbowdash
announcements
blog
CanterlotChronicle
Civcraft
csshelp
cssnews
EvilMinecraft
falloutequestria
GrEmB
TypeError: undefined is not a function
at eval at <anonymous> (eval at eventHandler (eval at <anonymous> (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/content.js:52:21)))
at eval at <anonymous> (eval at eventHandler (eval at <anonymous> (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/content.js:52:21)))
at eval at <anonymous> (eval at eventHandler (eval at <anonymous> (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/content.js:52:21)))
at eval at <anonymous> (eval at eventHandler (eval at <anonymous> (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/content.js:52:21)))
at eval at <anonymous> (eval at eventHandler (eval at <anonymous> (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/content.js:52:21)))
at Function.<anonymous> (eval at <anonymous> (eval at eventHandler (eval at <anonymous> (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/content.js:52:21))))
at eval at eventHandler (eval at <anonymous> (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/co
use warnings;
use strict;
$ARGV[0] =~ tr/[A-Z]/[a-z]/;
$ARGV[0] =~ tr/!£$%^&*()QWERTYUIOASDFGHJ\/`1234567890():?'.;, qwertyuiopasdfghjklzxcvbnm/QERTYUIOPASDFGHJKLZXCVBNM;\\zxcvbnm,.\/<>P:\[lpk"1234567890qwertyuioasdfghj/;
my @t = unpack "(A11)*", $ARGV[0];
for my $l(@t){
print "$l\n";
$ mvn clean install | less
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Vanilla dev-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ vanilla ---
[INFO] Deleting C:\cygwin\home\Ross\.spoutsources\Vanilla\target
[INFO]
SpoutPluginAPI/src/main/java/org/getspout/spoutapi/gui/GenericTexture.java:public class GenericTexture extends GenericWidget implements Texture {
SpoutPluginAPI/src/main/java/org/getspout/spoutapi/gui/GenericTexture.java: public GenericTexture() {
SpoutPluginAPI/src/main/java/org/getspout/spoutapi/gui/GenericTexture.java: public GenericTexture(String url) {
SpoutPluginAPI/src/main/java/org/getspout/spoutapi/gui/GenericTexture.java: return WidgetType.Texture;
SpoutPluginAPI/src/main/java/org/getspout/spoutapi/gui/GenericTexture.java: public Texture setUrl(String Url) {
SpoutPluginAPI/src/main/java/org/getspout/spoutapi/gui/GenericTexture.java: public Texture copy() {
SpoutPluginAPI/src/main/java/org/getspout/spoutapi/gui/GenericTexture.java: return ((Texture) super.copy()).setUrl(getUrl()).setDrawAlphaChannel(isDrawingAlphaChannel());
SpoutPluginAPI/src/main/java/org/getspout/spoutapi/gui/GenericTexture.java: public Texture setDrawAlphaChannel(boolean draw) {
SpoutPluginAPI/src/main/java/org/getspout/spoutap
SpoutPluginAPI/org/getspout/spoutapi/gui/GenericScreen.java: widget.onAnimate();
SpoutPluginAPI/org/getspout/spoutapi/gui/GenericWidget.java: .animate(animType, animValue, animCount, animTicks, (animFlags & ANIM_REPEAT) != 0, (animFlags & ANIM_RESET) != 0);
SpoutPluginAPI/org/getspout/spoutapi/gui/GenericWidget.java: public Widget animate(WidgetAnim type, float value, short count, short ticks) {
SpoutPluginAPI/org/getspout/spoutapi/gui/GenericWidget.java: animate(type, value, count, ticks, true, true);
SpoutPluginAPI/org/getspout/spoutapi/gui/GenericWidget.java: public Widget animate(WidgetAnim type, float value, short count, short ticks, boolean repeat) {
SpoutPluginAPI/org/getspout/spoutapi/gui/GenericWidget.java: animate(type, value, count, ticks, repeat, true);
SpoutPluginAPI/org/getspout/spoutapi/gui/GenericWidget.java: public Widget animate(WidgetAnim type, float value, short count, short ticks, boolean
00:47:00 [INFO] [Spout] Disabling Spout v1154
00:47:00 [SEVERE] Error occurred while disabling Spout v1154 (Is it up to date?)
java.lang.IllegalStateException: Attempting to overwrite an in-use segment
at org.getspout.spoutapi.chunkstore.SimpleRegionFile.setInUse(SimpleRegionFile.java:213)
at org.getspout.spoutapi.chunkstore.SimpleRegionFile.getFile(SimpleRegionFile.java:139)
at org.getspout.spoutapi.chunkstore.SimpleRegionFile.close(SimpleRegionFile.java:190)
at org.getspout.spoutapi.chunkstore.ChunkStore.closeChunkMetaData(ChunkStore.java:93)
at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.closeChunk(SimpleChunkDataManager.java:98)
at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.saveWorldChunks(SimpleChunkDataManager.java:127)
at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.unloadWorldChunks(SimpleChunkDataManager.java:106)
[00:08:08] [INFO] Connecting to Saffron.Owexz.net, 25565
[00:08:31] [SEVERE] java.lang.NullPointerException
[00:08:31] [SEVERE] at EntityPainting.func_412_b(SourceFile:122)
[00:08:31] [SEVERE] at EntityPainting.<init>(SourceFile:110)
[00:08:31] [SEVERE] at NetClientHandler.getEntityByID(NetClientHandler.java:222)
[00:08:31] [SEVERE] at Packet25EntityPainting.<init>(SourceFile:45)
[00:08:31] [SEVERE] at lg.b(NetworkManager.java:213)
[00:08:31] [SEVERE] at adl.b(NetClientHandler.java:69)
[00:08:31] [SEVERE] at je.c(WorldClient.java:36)
[00:08:31] [SEVERE] at net.minecraft.client.Minecraft.k(Minecraft.java:1504)