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
bool x | |
while(x || !x) | |
{ | |
x = !x | |
} |
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
BRANCH DEFINITION | |
using System; | |
using System.Collections.Generic; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace Fractal |
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
import com.hamoid.VideoExport; | |
import processing.core.PApplet; | |
import processing.core.PFont; | |
public class MainApp extends PApplet{ | |
public static void main(String[] args) | |
{ | |
PApplet.main("MainApp", args); | |
} |
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
import processing.core.PApplet; | |
import java.util.ArrayList; | |
//import com.hamoid.VideoExport; | |
public class MainApp extends PApplet{ | |
public static void main(String[] args) |
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
import processing.core.PApplet; | |
import processing.core.PImage; | |
import java.io.File; | |
import java.util.ArrayList; | |
import java.util.List; | |
import com.hamoid.VideoExport; | |
public class MainApp extends PApplet{ |
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
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
namespace Reminder |
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
import com.hamoid.VideoExport; | |
import processing.core.PApplet; | |
import processing.core.PImage; | |
public class MainApp extends PApplet{ | |
public static void main(String[] args) | |
{ | |
PApplet.main("MainApp", args); | |
} |
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
import com.hamoid.VideoExport; | |
import processing.core.PApplet; | |
import processing.core.PImage; | |
import java.util.Arrays; | |
public class MainApp extends PApplet{ | |
public static void main(String[] args) | |
{ |
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
import com.hamoid.VideoExport; | |
import processing.core.PApplet; | |
import processing.core.PImage; | |
import java.util.Arrays; | |
public class MainApp extends PApplet{ | |
public static void main(String[] args) | |
{ |
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
import com.hamoid.VideoExport; | |
import processing.core.PApplet; | |
import processing.core.PImage; | |
import java.util.Arrays; | |
public class MainApp extends PApplet{ | |
public static void main(String[] args) | |
{ |
OlderNewer