User Controls

MEME TEMPLATE FOR NIS

  1. #21
    Meikai Heck This Schlong
    btsjkigtdiapcisiot
  2. #22
    break;case'o':if(this._Buffer.length===8){this.RIP_FILLED_OVAL();this._RIPParserState=RIPParserState.None;}
    break;case'P':if(this._Buffer.length>=2){Points=parseInt(this._Buffer.substr(0,2),36);if(this._Buffer.length===(2+(4*Points))){this.RIP_POLYGON();this._RIPParserState=RIPParserState.None;}}
    break;case'p':if(this._Buffer.length>=2){Points=parseInt(this._Buffer.substr(0,2),36);if(this._Buffer.length===(2+(4*Points))){this.RIP_FILLED_POLYGON();this._RIPParserState=RIPParserState.None;}}
    break;case'Q':if(this._Buffer.length===32){this.RIP_SET_PALETTE();this._RIPParserState=RIPParserState.None;}
    break;case'R':if(this._Buffer.length===8){this.RIP_RECTANGLE();this._RIPParserState=RIPParserState.None;}
    break;case'S':if(this._Buffer.length===4){this.RIP_FILL_STYLE();this._RIPParserState=RIPParserState.None;}
    break;case's':if(this._Buffer.length===18){this.RIP_FILL_PATTERN();this._RIPParserState=RIPParserState.None;}
    break;case'T':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_TEXT();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'V':if(this._Buffer.length===12){this.RIP_OVAL_ARC();this._RIPParserState=RIPParserState.None;}
    break;case'v':if(this._Buffer.length===8){this.RIP_VIEWPORT();this._RIPParserState=RIPParserState.None;}
    break;case'W':if(this._Buffer.length===2){this.RIP_WRITE_MODE();this._RIPParserState=RIPParserState.None;}
    break;case'w':if(this._Buffer.length===10){this.RIP_TEXT_WINDOW();this._RIPParserState=RIPParserState.None;}
    break;case'X':if(this._Buffer.length===4){this.RIP_PIXEL();this._RIPParserState=RIPParserState.None;}
    break;case'Y':if(this._Buffer.length===8){var font=parseInt(this._Buffer.substr(0,2),36);if(font>0){if(StrokeFont.Loaded){this.RIP_FONT_STYLE();this._RIPParserState=RIPParserState.None;}
    else{}}
    else{this.RIP_FONT_STYLE();this._RIPParserState=RIPParserState.None;}}
    break;case'Z':if(this._Buffer.length===18){this.RIP_BEZIER();this._RIPParserState=RIPParserState.None;}
    break;}
    break;case 1:switch(this._Command){case'\x1B':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_QUERY();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'B':if(this._Buffer.length===36){this.RIP_BUTTON_STYLE();this._RIPParserState=RIPParserState.None;}
    break;case'C':if(this._Buffer.length===9){this.RIP_GET_IMAGE();this._RIPParserState=RIPParserState.None;}
    break;case'D':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_DEFINE();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'E':this.RIP_END_TEXT();this._RIPParserState=RIPParserState.None;break;case'F':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_FILE_QUERY();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'G':if(this._Buffer.length===12){this.RIP_COPY_REGION();this._RIPParserState=RIPParserState.None;}
    break;case'I':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_LOAD_ICON();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'K':this.RIP_KILL_MOUSE_FIELDS();this._RIPParserState=RIPParserState.None;break;case'M':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_MOUSE();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'P':if(this._Buffer.length===7){this.RIP_PUT_IMAGE();this._RIPParserState=RIPParserState.None;}
    break;case'R':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_READ_SCENE();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'T':if(this._Buffer.length===10){this.RIP_BEGIN_TEXT();this._RIPParserState=RIPParserState.None;}
    break;case't':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_REGION_TEXT();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'U':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_BUTTON();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;case'W':if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_WRITE_ICON();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}
    break;}
    break;case 9:if(this._Command==='\x1B'){if(this._DoTextCommand){this._DoTextCommand=false;this.RIP_ENTER_BLOCK_MODE();if(this._RIPParserState===RIPParserState.GotCommand){this._RIPParserState=RIPParserState.None;}}}
    break;}}}};RIP.OnGraphCanvasMouseDown=function(me){for(var i=RIP._MouseFields.length-1;i>=0;i--){var MB=RIP._MouseFields[i];if(me.offsetX<MB.Coords.left)
    continue;if(me.offsetX>MB.Coords.right)
    continue;if(me.offsetY<MB.Coords.top)
    continue;if(me.offsetY>MB.Coords.bottom)
    continue;Graph.Canvas.removeEventListener('mousedown',RIP.OnGraphCanvasMouseDown);Graph.Canvas.addEventListener('mousemove',RIP.OnGraphCanvasMouseMove);Graph.Canvas.addEventListener('mouseup',RIP.OnGraphCanvasMouseUp);if(MB.IsInvertable()){Graph.Invert(MB.Coords.left,MB.Coords.top,MB.Coords.right,MB.Coords.bottom);}
    RIP._ButtonInverted=true;RIP._ButtonPressed=i;break;}};RIP.OnGraphCanvasMouseMove=function(me){var MB=RIP._MouseFields[RIP._ButtonPressed];var Over=true;if(me.offsetX<MB.Coords.left)
    Over=false;if(me.offsetX>MB.Coords.right)
    Over=false;if(me.offsetY<MB.Coords.top)
    Over=false;if(me.offsetY>MB.Coords.bottom)
    Over=false;if((MB.IsInvertable())&&(Over!==RIP._ButtonInverted)){Graph.Invert(MB.Coords.left,MB.Coords.top,MB.Coords.right,MB.Coords.bottom);RIP._ButtonInverted=Over;}};RIP.OnGraphCanvasMouseUp=function(me){Graph.Canvas.removeEventListener('mouseup',RIP.OnGraphCanvasMouseUp);Graph.Canvas.removeEventListener('mousemove',RIP.OnGraphCanvasMouseMove);Graph.Canvas.addEventListener('mousedown',RIP.OnGraphCanvasMouseDown);var MB=RIP._MouseFields[RIP._ButtonPressed];var Over=true;if(me.offsetX<MB.Coords.left)
    Over=false;if(me.offsetX>MB.Coords.right)
    Over=false;if(me.offsetY<MB.Coords.top)
    Over=false;if(me.offsetY>MB.Coords.bottom)
  3. #23
    Pete Green African Astronaut
    I should of stayed in CS

    I'm gonna learn Python
    I had some program and the first tutorial was making a simple snake game.

    But it wasn't an introduction to the fundamental of teaching someone programming as much as repeating the command lines it's telling me to type

    Someone said github helps but only the intro is free then you have to pay?
  4. #24
    Originally posted by Pete Green Someone said github helps but only the intro is free then you have to pay?

    They probably meant the AI thing. Yeah I wanna do the free trial with that when i'm already on a project because it looks really good. I'm just fucking around trying to learn right now , there are all kinds of programming AI's and those things are really good for learning I think, at least for me.

    https://www.aitoolsclub.com/#coding
    https://aws.amazon.com/codewhisperer
    "CodeWhisperer fits the way that you work. Select from 15 programming languages, including Python, Java, and JavaScript, and your favorite integrated development environments (IDEs), including VS Code, IntelliJ IDEA, AWS Cloud9, AWS Lambda console, JupyterLab and Amazon SageMaker Studio."

    20 simple python projects for noobz
    https://github.com/tomitokko/20-python-projects
    django is a nigger

    Originally posted by Pete Green I'm gonna learn Python
    I had some program and the first tutorial was making a simple snake game.

    But it wasn't an introduction to the fundamental of teaching someone programming as much as repeating the command lines it's telling me to type
    yeah tutorials don't feel like i'm learning anything I need to understand why x does why. Python is pretty chill , the libraries piss me off sometyimes but it's a good system , i think.

    pip install mystic_bbs, best lib, telnet interface
  5. #25
    wut u fink fuys pygame or pyarcade for a menu based browser game?

  6. #26
    imagine not building NIS code with pyramid pythohn. smh Lannyism all praise lanny but idk what pyramid is
    Dial in to Python Temple BBS
Jump to Top