Market
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
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
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
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
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
| #!/usr/bin/python2.7 | |
| # | |
| # Dahua backdoor Generation 2 and 3 | |
| # Author: bashis <mcw noemail eu> March 2017 | |
| # | |
| # Credentials: No credentials needed (Anonymous) | |
| #Jacked from git history | |
| # | |
| import string |
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 Foundation | |
| protocol BaseController { | |
| associatedtype SomePresenter : BasePresenter | |
| func getPresenter() -> SomePresenter | |
| func doFromBaseController() | |
| } |
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
| package ayudita | |
| object ObservableFactory { | |
| def create[T](f:(MySubscriber[T])=>Unit): MyObservable[T] = { | |
| new MyObservable[T](f) | |
| } | |
| } | |
| class MyObservable[T](val act:(MySubscriber[T])=>Unit) { | |
| def subscribe(subscriber:MySubscriber[T]) { |
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
| package ar.edu.unq.obj3.ejercicio | |
| trait ConNombre { | |
| def nombre:String | |
| } | |
| case class Humano(nombre:String, altura:Int) | |
| extends ConNombre | |
| case class SuperHeroe(identidad:ConNombre, disfraz: Disfraz) |
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
| package ar.edu.unq.obj3.ejercicio | |
| trait ConNombre { | |
| def nombre:String | |
| } | |
| class Humano(val nombre:String, val altura:Int) extends ConNombre | |
| class SuperHeroe(val identidad:ConNombre, val disfraz: Disfraz) |
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
| var Xray = require('x-ray'); | |
| var x = Xray(); | |
| x('http://www.cck.gob.ar/calendario/musica_100', '.event-hour', [ { place: 'span', artist: 'a' } ])(function(err, events) { | |
| console.log(events); | |
| }); |
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
| { | |
| "type":"root", | |
| "children":[ | |
| { | |
| "type":"block", | |
| "concept":"Program", | |
| "children":[ | |
| { | |
| "type":"identifier", | |
| "concept":"ProcedureCall", |
NewerOlder