├── sendfeedback └── sendfeedback.css ├── Resourselearn ├── llama.cpp-master │ └── src │ │ ├── llama-quant.h │ │ ├── llama-cparams.cpp │ │ ├── llama-io.cpp │ │ └── unicode-data.h ├── PHPSerialize-labs-main │ ├── Level7 │ │ ├── flag.php │ │ └── source │ ├── exerciseCollection │ │ ├── PHPSerialize-labs-main │ │ │ ├── Level7 │ │ │ │ ├── flag.php │ │ │ │ └── source │ │ │ ├── docker-compose.yml │ │ │ ├── Level10 │ │ │ │ └── flag.php │ │ │ ├── Level11 │ │ │ │ └── flag.php │ │ │ ├── Level13 │ │ │ │ ├── flag.php │ │ │ │ └── index.php │ │ │ ├── Level14 │ │ │ │ ├── flag.php │ │ │ │ └── index.php │ │ │ ├── Level15 │ │ │ │ └── flag.php │ │ │ ├── Level16 │ │ │ │ └── flag.php │ │ │ ├── Level17 │ │ │ │ └── flag.php │ │ │ ├── Level18 │ │ │ │ └── flag.php │ │ │ ├── Dockerfile │ │ │ ├── Level6 │ │ │ │ ├── source │ │ │ │ └── demo │ │ │ ├── exerciseCollection │ │ │ │ └── 天山固网2024-字符串逃逸 │ │ │ │ │ └── exp.php │ │ │ ├── Level9 │ │ │ │ ├── source │ │ │ │ └── index.php │ │ │ ├── Level1 │ │ │ │ └── source │ │ │ ├── Level5 │ │ │ │ ├── demo │ │ │ │ └── source │ │ │ └── Level8 │ │ │ │ └── source │ │ └── 天山固网2024-字符串逃逸 │ │ │ └── exp.php │ ├── docker-compose.yml │ ├── Level10 │ │ └── flag.php │ ├── Level11 │ │ └── flag.php │ ├── Level13 │ │ ├── flag.php │ │ └── index.php │ ├── Level14 │ │ ├── flag.php │ │ └── index.php │ ├── Level15 │ │ └── flag.php │ ├── Level16 │ │ └── flag.php │ ├── Level17 │ │ └── flag.php │ ├── Level18 │ │ └── flag.php │ ├── Dockerfile │ ├── Level6 │ │ ├── source │ │ └── demo │ ├── Level9 │ │ ├── source │ │ └── index.php │ ├── Level1 │ │ └── source │ ├── Level5 │ │ ├── demo │ │ └── source │ └── Level8 │ │ └── source ├── shadowsocks-windows-4 │ ├── shadowsocks-csharp │ │ ├── Resources │ │ │ ├── ss32.pdn │ │ │ ├── ss128.pdn │ │ │ ├── ss32In.png │ │ │ ├── ss32Out.png │ │ │ ├── ssw128.png │ │ │ ├── ss32Fill.png │ │ │ └── ss32Outline.png │ │ ├── Localization │ │ │ └── LocalizationProvider.cs │ │ ├── Encryption │ │ │ ├── Exception │ │ │ │ └── CryptoException.cs │ │ │ └── IEncryptor.cs │ │ └── Model │ │ │ └── SysproxyConfig.cs │ └── test │ │ └── packages.config ├── Java-master │ ├── .gitpod.yml │ ├── src │ │ └── main │ │ │ └── java │ │ │ └── com │ │ │ └── thealgorithms │ │ │ ├── misc │ │ │ ├── MedianOfRunningArrayLong.java │ │ │ ├── MedianOfRunningArrayByte.java │ │ │ ├── MedianOfRunningArrayFloat.java │ │ │ ├── MedianOfRunningArrayDouble.java │ │ │ └── MedianOfRunningArrayInteger.java │ │ │ ├── maths │ │ │ ├── StandardScore.java │ │ │ ├── AbsoluteValue.java │ │ │ ├── FactorialRecursion.java │ │ │ ├── MaxValue.java │ │ │ ├── MinValue.java │ │ │ ├── StandardDeviation.java │ │ │ ├── Factorial.java │ │ │ ├── SquareRootWithBabylonianMethod.java │ │ │ ├── PowerOfTwoOrNot.java │ │ │ ├── Floor.java │ │ │ ├── SumOfOddNumbers.java │ │ │ └── PowerUsingRecursion.java │ │ │ ├── ciphers │ │ │ └── a5 │ │ │ │ └── BaseLFSR.java │ │ │ └── bitmanipulation │ │ │ └── IsEven.java │ └── .gitpod.dockerfile └── mkcert-master │ ├── link-master │ ├── codec │ │ ├── bufio_test.go │ │ ├── fixlen_test.go │ │ └── mkcert-master │ │ │ ├── go.mod │ │ │ ├── mkcert-master │ │ │ ├── go.mod │ │ │ ├── mkcert-master │ │ │ │ ├── go.mod │ │ │ │ ├── mkcert-master │ │ │ │ │ ├── go.mod │ │ │ │ │ ├── mkcert-master │ │ │ │ │ │ ├── go.mod │ │ │ │ │ │ ├── mkcert-master │ │ │ │ │ │ │ ├── go.mod │ │ │ │ │ │ │ ├── .github │ │ │ │ │ │ │ │ ├── go.mod │ │ │ │ │ │ │ │ ├── mkcert-master │ │ │ │ │ │ │ │ │ ├── go.mod │ │ │ │ │ │ │ │ │ ├── .github │ │ │ │ │ │ │ │ │ │ └── ISSUE_TEMPLATE │ │ │ │ │ │ │ │ │ │ │ └── config.yml │ │ │ │ │ │ │ │ │ └── AUTHORS │ │ │ │ │ │ │ │ ├── ISSUE_TEMPLATE │ │ │ │ │ │ │ │ │ └── config.yml │ │ │ │ │ │ │ │ └── AUTHORS │ │ │ │ │ │ │ └── AUTHORS │ │ │ │ │ │ ├── .github │ │ │ │ │ │ │ └── ISSUE_TEMPLATE │ │ │ │ │ │ │ │ └── config.yml │ │ │ │ │ │ └── AUTHORS │ │ │ │ │ ├── .github │ │ │ │ │ │ └── ISSUE_TEMPLATE │ │ │ │ │ │ │ ├── config.yml │ │ │ │ │ │ │ └── bug-report.md │ │ │ │ │ └── AUTHORS │ │ │ │ ├── .github │ │ │ │ │ └── ISSUE_TEMPLATE │ │ │ │ │ │ ├── config.yml │ │ │ │ │ │ └── bug-report.md │ │ │ │ └── AUTHORS │ │ │ ├── .github │ │ │ │ ├── ISSUE_TEMPLATE │ │ │ │ │ ├── config.yml │ │ │ │ │ └── bug-report.md │ │ │ │ └── workflows │ │ │ │ │ └── test.yml │ │ │ └── AUTHORS │ │ │ ├── .github │ │ │ ├── ISSUE_TEMPLATE │ │ │ │ ├── config.yml │ │ │ │ └── bug-report.md │ │ │ └── workflows │ │ │ │ └── test.yml │ │ │ └── AUTHORS │ ├── .travis.yml │ ├── mkcert-master │ │ ├── go.mod │ │ ├── mkcert-master │ │ │ ├── go.mod │ │ │ ├── mkcert-master │ │ │ │ ├── go.mod │ │ │ │ ├── mkcert-master │ │ │ │ │ ├── go.mod │ │ │ │ │ ├── mkcert-master │ │ │ │ │ │ ├── go.mod │ │ │ │ │ │ ├── mkcert-master │ │ │ │ │ │ │ ├── go.mod │ │ │ │ │ │ │ ├── .github │ │ │ │ │ │ │ │ └── ISSUE_TEMPLATE │ │ │ │ │ │ │ │ │ └── config.yml │ │ │ │ │ │ │ └── AUTHORS │ │ │ │ │ │ ├── .github │ │ │ │ │ │ │ └── ISSUE_TEMPLATE │ │ │ │ │ │ │ │ └── config.yml │ │ │ │ │ │ └── AUTHORS │ │ │ │ │ ├── .github │ │ │ │ │ │ └── ISSUE_TEMPLATE │ │ │ │ │ │ │ ├── config.yml │ │ │ │ │ │ │ └── bug-report.md │ │ │ │ │ └── AUTHORS │ │ │ │ ├── .github │ │ │ │ │ └── ISSUE_TEMPLATE │ │ │ │ │ │ ├── config.yml │ │ │ │ │ │ └── bug-report.md │ │ │ │ └── AUTHORS │ │ │ ├── .github │ │ │ │ ├── ISSUE_TEMPLATE │ │ │ │ │ ├── config.yml │ │ │ │ │ └── bug-report.md │ │ │ │ └── workflows │ │ │ │ │ └── test.yml │ │ │ └── AUTHORS │ │ ├── .github │ │ │ ├── ISSUE_TEMPLATE │ │ │ │ ├── config.yml │ │ │ │ └── bug-report.md │ │ │ └── workflows │ │ │ │ └── test.yml │ │ └── AUTHORS │ └── LICENSE │ └── go.mod ├── electronic └── war │ ├── circuitjs1 │ ├── circuits │ │ ├── blank.txt │ │ ├── diodevar.txt │ │ ├── rectify.txt │ │ ├── tdiode.txt │ │ ├── opamp.txt │ │ ├── nmosinverter.txt │ │ ├── zeneriv.txt │ │ ├── diff.txt │ │ ├── opampfeedback.txt │ │ ├── inductac.txt │ │ ├── pot.txt │ │ ├── potdivide.txt │ │ ├── divideby2.txt │ │ ├── diodecurve.txt │ │ ├── tl.txt │ │ ├── capac.txt │ │ ├── mr.txt │ │ ├── cc2.txt │ │ ├── cc2n.txt │ │ ├── mr-sine.txt │ │ ├── mr-sine2.txt │ │ ├── mr-square.txt │ │ ├── mosswitch.txt │ │ ├── mr-triangle.txt │ │ ├── mr-sine3.txt │ │ ├── filt-lopass-l.txt │ │ ├── filt-lopass.txt │ │ ├── nmosfet.txt │ │ ├── filt-hipass-l.txt │ │ ├── filt-hipass.txt │ │ ├── cmosinverter.txt │ │ ├── jfetfollower.txt │ │ ├── triode.txt │ │ ├── dcrestoration.txt │ │ ├── ohms.txt │ │ ├── spikegen.txt │ │ ├── latchingrelay.txt │ │ ├── rtlinverter.txt │ │ ├── scr.txt │ │ ├── diodeclip.txt │ │ ├── npn.txt │ │ ├── pmosfet.txt │ │ ├── xorphasedet.txt │ │ ├── transswitch.txt │ │ ├── induct.txt │ │ ├── wheatstone.txt │ │ ├── 3-f220.txt │ │ ├── pnp.txt │ │ ├── mosfollower.txt │ │ ├── spark-sawtooth.txt │ │ ├── diodelimit.txt │ │ ├── lightbulb.txt │ │ ├── 3way.txt │ │ ├── lambda-diode.txt │ │ ├── moscurrentsrc.txt │ │ ├── 3-f211.txt │ │ ├── 3-f221.txt │ │ ├── amp-noninvert.txt │ │ ├── tlstand.txt │ │ ├── ccvccs.txt │ │ ├── jfetcurrentsrc.txt │ │ ├── inv-osc.txt │ │ ├── nmosinverter2.txt │ │ ├── inductkick-block.txt │ │ ├── amp-invert.txt │ │ ├── lrc-critical.txt │ │ ├── zenerref.txt │ │ ├── dtlinverter.txt │ │ ├── scractrig.txt │ │ ├── ttlinverter.txt │ │ ├── voltdouble2.txt │ │ ├── inductkick.txt │ │ ├── powerfactor1.txt │ │ ├── amp-dfdx.txt │ │ ├── cap.txt │ │ ├── halfadd.txt │ │ ├── jfetfollower-nooff.txt │ │ ├── notch.txt │ │ ├── nmosnand.txt │ │ ├── cciamp.txt │ │ ├── amp-rect.txt │ │ ├── volume.txt │ │ ├── nmosinverter3.txt │ │ ├── relay.txt │ │ ├── tdrelax.txt │ │ ├── voltdouble.txt │ │ ├── xor.txt │ │ ├── avr8js-logic.txt │ │ ├── tlmismatch.txt │ │ ├── allpass2.txt │ │ ├── voltdivide.txt │ │ ├── amp-follower.txt │ │ ├── fullrect.txt │ │ ├── powerfactor2.txt │ │ ├── 3motor.txt │ │ ├── phasecomp.txt │ │ ├── ringing.txt │ │ ├── transrectifier.txt │ │ ├── currentsrc.txt │ │ ├── itov.txt │ │ ├── cube.txt │ │ ├── inductkick-snub.txt │ │ ├── ujtosc.txt │ │ ├── allpass1.txt │ │ ├── divideby3.txt │ │ ├── relayosc.txt │ │ ├── tlmis1.txt │ │ ├── transformerdc.txt │ │ ├── transformerup.txt │ │ ├── bandpass.txt │ │ ├── transformer.txt │ │ ├── currentsrcramp.txt │ │ ├── follower.txt │ │ ├── indmultind.txt │ │ ├── lrc.txt │ │ ├── moscurrentramp.txt │ │ ├── res-series.txt │ │ ├── volttriple.txt │ │ ├── bandnoise.txt │ │ ├── cmosnor.txt │ │ ├── darlington.txt │ │ ├── triacdimmer.txt │ │ ├── nandff.txt │ │ ├── invertamp.txt │ │ ├── transformerdown.txt │ │ ├── 555schmitt.txt │ │ ├── indseries.txt │ │ ├── motorprotect.txt │ │ ├── amp-sum.txt │ │ ├── ccitov.txt │ │ ├── relaxosc.txt │ │ ├── indmultfreq.txt │ │ ├── jfetamp.txt │ │ ├── tllight.txt │ │ ├── capmultcaps.txt │ │ ├── capseries.txt │ │ ├── cmosnand.txt │ │ ├── amp-diff.txt │ │ ├── ccdiff.txt │ │ ├── ccint.txt │ │ ├── cmosinverterslow.txt │ │ ├── dtlnand.txt │ │ ├── impedance.txt │ │ ├── nic-r.txt │ │ ├── twint.txt │ │ ├── zenerreffollow.txt │ │ ├── voltquad.txt │ │ ├── 555pulsemod.txt │ │ ├── amp-integ.txt │ │ ├── voltinvert.txt │ │ ├── capmultfreq.txt │ │ ├── ttlnand.txt │ │ ├── 555lowduty.txt │ │ ├── 555square.txt │ │ ├── tlfreq.txt │ │ ├── cmosinvertercap.txt │ │ ├── mosfetamp.txt │ │ ├── relayxor.txt │ │ ├── tdosc.txt │ │ ├── triangle.txt │ │ ├── conv-buckboost.txt │ │ ├── 3-invert.txt │ │ ├── 4way.txt │ │ ├── dac.txt │ │ ├── majority.txt │ │ ├── conv-boost.txt │ │ ├── wienbridge.txt │ │ ├── conv-buck.txt │ │ ├── coupled1.txt │ │ ├── amp-fullrect.txt │ │ ├── fullrectf.txt │ │ ├── pushpullxover.txt │ │ ├── ceamp.txt │ │ ├── cmostransgate.txt │ │ ├── relayff.txt │ │ ├── rtlnand.txt │ │ ├── 555monostable.txt │ │ ├── indpar.txt │ │ ├── gyrator.txt │ │ ├── mosmirror.txt │ │ ├── varactor.txt │ │ ├── clockedsrff.txt │ │ ├── hartley.txt │ │ ├── switchedcap.txt │ │ ├── coupled2.txt │ │ ├── resistors.txt │ │ ├── lambda-diode-osc.txt │ │ ├── 555saw.txt │ │ ├── amp-schmitt.txt │ │ ├── avr8js-analog.txt │ │ ├── cmosxor.txt │ │ ├── currentsrcelm.txt │ │ ├── filt-vcvs-hipass.txt │ │ ├── colpitts.txt │ │ ├── filt-vcvs-lopass.txt │ │ ├── howland.txt │ │ ├── sipo-sr.txt │ │ ├── delayrc.txt │ │ ├── phaseshiftosc.txt │ │ ├── conv-cuk.txt │ │ ├── early.txt │ │ ├── pushpull.txt │ │ ├── phasesplit.txt │ │ ├── priencoder.txt │ │ └── triodeamp.txt │ ├── clear.cache.gif │ ├── gwt │ │ └── clean │ │ │ └── images │ │ │ ├── corner.png │ │ │ ├── circles.png │ │ │ ├── hborder.png │ │ │ ├── vborder.png │ │ │ ├── thumb_horz.png │ │ │ └── thumb_vertical.png │ ├── img │ │ └── subcircuits │ │ │ ├── subcircuit-pins1.png │ │ │ └── subcircuit-pins2.png │ └── compilation-mappings.txt │ ├── font │ ├── fontello.eot │ ├── fontello.ttf │ ├── fontello.woff │ └── fontello.woff2 │ ├── iframe.html │ └── manifest.json └── logic └── solvers ├── clasp.exe ├── __pycache__ ├── akari.cpython-312.pyc └── __init__.cpython-312.pyc ├── utils └── __init__.py ├── __init__.py ├── hitori.py └── minesweeper.py /sendfeedback/sendfeedback.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/llama.cpp-master/src/llama-quant.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/blank.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | -------------------------------------------------------------------------------- /logic/solvers/clasp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/logic/solvers/clasp.exe -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level7/flag.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level7/source: -------------------------------------------------------------------------------- 1 | 2 | backdoor(); -------------------------------------------------------------------------------- /electronic/war/font/fontello.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/font/fontello.eot -------------------------------------------------------------------------------- /electronic/war/font/fontello.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/font/fontello.ttf -------------------------------------------------------------------------------- /electronic/war/font/fontello.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/font/fontello.woff -------------------------------------------------------------------------------- /electronic/war/font/fontello.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/font/fontello.woff2 -------------------------------------------------------------------------------- /electronic/war/circuitjs1/clear.cache.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/clear.cache.gif -------------------------------------------------------------------------------- /logic/solvers/__pycache__/akari.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/logic/solvers/__pycache__/akari.cpython-312.pyc -------------------------------------------------------------------------------- /logic/solvers/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/logic/solvers/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /electronic/war/circuitjs1/gwt/clean/images/corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/gwt/clean/images/corner.png -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level7/flag.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level7/source: -------------------------------------------------------------------------------- 1 | 2 | backdoor(); -------------------------------------------------------------------------------- /electronic/war/circuitjs1/gwt/clean/images/circles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/gwt/clean/images/circles.png -------------------------------------------------------------------------------- /electronic/war/circuitjs1/gwt/clean/images/hborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/gwt/clean/images/hborder.png -------------------------------------------------------------------------------- /electronic/war/circuitjs1/gwt/clean/images/vborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/gwt/clean/images/vborder.png -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '2' 2 | services: 3 | phpserialize-labs: 4 | build: . 5 | ports: 6 | - "8080:80" 7 | -------------------------------------------------------------------------------- /Resourselearn/llama.cpp-master/src/llama-cparams.cpp: -------------------------------------------------------------------------------- 1 | #include "llama-cparams.h" 2 | 3 | size_t llama_max_parallel_sequences(void) { 4 | return LLAMA_MAX_SEQ; 5 | } 6 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/gwt/clean/images/thumb_horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/gwt/clean/images/thumb_horz.png -------------------------------------------------------------------------------- /electronic/war/circuitjs1/gwt/clean/images/thumb_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/gwt/clean/images/thumb_vertical.png -------------------------------------------------------------------------------- /electronic/war/circuitjs1/img/subcircuits/subcircuit-pins1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/img/subcircuits/subcircuit-pins1.png -------------------------------------------------------------------------------- /electronic/war/circuitjs1/img/subcircuits/subcircuit-pins2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/electronic/war/circuitjs1/img/subcircuits/subcircuit-pins2.png -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32.pdn -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/test/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss128.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss128.pdn -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32In.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32In.png -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32Out.png -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ssw128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ssw128.png -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '2' 2 | services: 3 | phpserialize-labs: 4 | build: . 5 | ports: 6 | - "8080:80" 7 | -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32Fill.png -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PzMNo1/PzMCiphertool/HEAD/Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Resources/ss32Outline.png -------------------------------------------------------------------------------- /electronic/war/circuitjs1/compilation-mappings.txt: -------------------------------------------------------------------------------- 1 | B06BF325B05C374EF777BBEC5CD33483.cache.js 2 | user.agent gecko1_8 3 | 4 | ECF89C6D904D807B7E14740EDF3619B4.cache.js 5 | user.agent safari 6 | 7 | Devmode:devmode.js -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/diodevar.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 50 1.0 50 2 | 172 336 176 336 128 0 6 0.72 0.77 -1.0 0.0 0.5 Voltage 3 | w 336 304 336 336 1 4 | g 336 336 336 352 0 5 | d 336 176 336 304 0 6 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/rectify.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 13.2 55 5.0 2 | v 112 320 112 96 0 1 40.0 5.0 0.0 3 | r 416 96 416 320 0 640.0 4 | d 112 96 416 96 0 5 | w 112 320 416 320 0 6 | o 0 64 0 3 5.0 0.0125 7 | o 1 64 0 3 5.0 0.0125 8 | -------------------------------------------------------------------------------- /logic/solvers/utils/__init__.py: -------------------------------------------------------------------------------- 1 | from .borders import * 2 | from .encoding import * 3 | from .grids import * 4 | from .loops import * 5 | from .numbers import * 6 | from .regions import * 7 | from .shading import * 8 | from .shapes import * 9 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level10/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level11/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level13/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level14/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level15/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level16/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level17/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level18/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/.gitpod.yml: -------------------------------------------------------------------------------- 1 | --- 2 | image: 3 | file: .gitpod.dockerfile 4 | 5 | tasks: 6 | - init: | 7 | mvn dependency:resolve 8 | mvn compile 9 | 10 | vscode: 11 | extensions: 12 | - xaver.clang-format 13 | 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tdiode.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.634267539816555 56 2.0 50 2 | R 320 208 320 160 0 3 50.0 0.28 0.26 0.0 0.5 3 | g 320 288 320 320 0 4 | 175 320 208 320 288 0 5 | o 2 32 0 35 0.625 0.0125 0 -1 6 | o 2 64 0 99 0.625 0.0125 1 -1 7 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/opamp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 50 5.0 50 2 | a 256 240 384 240 0 15.0 -15.0 3 | 172 256 224 208 224 0 6 3.0 5.0 0.0 0.0 0.5 - Voltage 4 | 172 256 256 208 256 0 6 4.0 5.0 0.0 0.0 0.5 %2b Voltage 5 | O 384 240 432 240 1 6 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/nmosinverter.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 54 5.0 2 | R 272 128 208 128 0 0 40.0 5.0 0.0 3 | g 272 288 272 320 0 4 | L 224 224 176 224 0 false false 5 | r 272 128 272 208 0 5000.0 6 | M 272 208 352 208 0 7 | f 224 224 272 224 4 8 | w 272 240 272 288 0 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/zeneriv.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.634267539816555 40 2 50 2 | R 320 208 320 160 0 3 50 3.58 -2.35 0 0.5 3 | g 320 288 320 320 0 4 | z 320 208 320 288 1 0.805904783 5.6 5 | o 2 64 0 4163 1e-23 2.56e-23 0 2 2 3 6 | o 2 64 0 4099 10 6553.6 1 2 2 3 7 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/diff.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | v 160 288 160 144 0 2 40.0 5.0 0.0 3 | c 160 144 352 144 0 9.0E-6 4.999340978003125 4 | r 352 144 352 288 0 120.0 5 | w 160 288 352 288 0 6 | o 0 64 0 2 10.0 9.765625E-5 0 7 | o 2 64 0 3 20.0 0.2 0 8 | h 2 2 1 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/opampfeedback.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.251013186076355 50 5.0 50 2 | a 192 176 320 176 0 15.0 -15.0 3 | 172 192 192 144 192 0 6 3.3 5.0 0.0 0.0 0.5 %2b Voltage 4 | O 320 176 368 176 1 5 | w 320 176 320 112 0 6 | w 192 112 192 160 0 7 | w 192 112 320 112 0 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/inductac.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 14.235633750745258 55 5 50 2 | v 176 256 176 80 0 1 40 5 0 0 0.5 3 | r 176 80 336 80 0 180 4 | w 176 256 336 256 0 5 | l 336 80 336 256 0 1 -0.002900944105638545 6 | o 3 64 0 4099 10 0.05 0 2 3 3 7 | & 3 0 0.1 5.1 Inductance 8 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level10/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level11/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level13/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level14/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level15/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level16/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level17/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level18/flag.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/bufio_test.go: -------------------------------------------------------------------------------- 1 | package codec 2 | 3 | import ( 4 | "encoding/binary" 5 | "testing" 6 | ) 7 | 8 | func Test_Bufio(t *testing.T) { 9 | JsonTest(t, Bufio(FixLen(JsonTestProtocol(), 2, binary.LittleEndian, 64*1024, 64*1024), 1024, 1024)) 10 | } 11 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/pot.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | v 208 320 208 160 0 0 40.0 5.0 0.0 0.0 0.5 3 | v 432 320 432 160 0 0 40.0 5.0 0.0 0.0 0.5 4 | w 320 224 320 160 0 5 | w 320 160 208 160 0 6 | w 320 160 432 160 0 7 | 174 208 320 432 224 1 1000.0 0.5 Resistance 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/potdivide.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | 174 320 352 384 96 1 1000.0 0.5 Resistance 3 | v 240 352 240 96 0 0 40.0 5.0 0.0 0.0 0.5 4 | w 240 96 320 96 0 5 | w 240 352 320 352 0 6 | O 320 96 432 96 1 7 | O 384 224 432 224 1 8 | O 320 352 432 352 1 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/divideby2.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | 155 272 96 320 96 0 0.0 3 | R 272 128 208 128 1 2 100.0 2.5 2.5 4 | w 368 160 368 64 0 5 | w 368 64 272 64 0 6 | w 272 64 272 96 0 7 | M 368 96 448 96 0 8 | o 1 64 0 14 5.0 9.765625E-5 0 9 | o 5 64 0 14 5.0 9.765625E-5 0 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/diodecurve.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 50 2.0 50 2 | R 288 208 288 160 0 3 50.0 0.65 0.25 0.0 0.5 3 | d 288 208 288 288 0 4 | g 288 288 288 320 0 5 | o 1 64 0 4098 1.25 25.6 0 2 1 3 6 | o 1 64 0 4097 0.625 6.4 0 2 1 3 7 | o 1 64 0 4163 1.25e-8 5.12e-7 1 2 1 3 I vs V 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tl.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-12 10.391409633455755 50 5.0 50 2 | 171 176 240 496 240 0 0.00000003 75.0 80 0.0 3 | w 176 240 128 240 0 4 | w 128 320 176 320 0 5 | w 496 240 544 240 0 6 | w 496 320 544 320 0 7 | r 544 240 544 320 0 75.0 8 | v 128 320 128 240 0 1 40000000.0 5.0 0.0 0.0 0.5 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/capac.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 14.235633750745258 55 5 50 2 | v 176 256 176 80 0 1 40 5 0 0 0.5 3 | r 176 80 336 80 0 180 4 | c 336 80 336 256 0 0.000032999999999999996 -0.3187640177720373 5 | w 176 256 336 256 0 6 | o 2 64 0 4099 5 0.05 0 2 2 3 7 | & 2 0 0.000001 0.000101 Capacitance 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mr.txt: -------------------------------------------------------------------------------- 1 | $ 1 2.0E-8 1.3804574186067096 52 5.0 50 2 | m 256 144 256 288 0 100.0 16000.0 0 1.0E-8 1.0E-10 3 | g 256 320 256 336 0 4 | w 256 288 256 320 1 5 | 172 256 144 256 112 0 6 5.0 5.0 -5.0 0.0 0.5 Voltage 6 | o 0 8 0 35 5.0 0.05 0 -1 7 | o 0 8 2 35 640.0 9.765625E-5 1 -1 resistance 8 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/fixlen_test.go: -------------------------------------------------------------------------------- 1 | package codec 2 | 3 | import ( 4 | "encoding/binary" 5 | "testing" 6 | ) 7 | 8 | func Test_FixLen(t *testing.T) { 9 | base := JsonTestProtocol() 10 | protocol := FixLen(base, 2, binary.LittleEndian, 1024, 1024) 11 | JsonTest(t, protocol) 12 | } 13 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM php:5.4-apache 2 | COPY . /var/www/html 3 | RUN sed -i 's/Options FollowSymLinks/Options +FollowSymLinks +Indexes/g' /etc/apache2/apache2.conf 4 | RUN echo '\nAddDefaultCharset UTF-8\n' > /etc/apache2/conf-enabled/default-charset.conf 5 | EXPOSE 80 -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cc2.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | 179 272 224 304 224 0 1.0 3 | r 368 256 480 256 0 100.0 4 | g 480 256 480 288 0 5 | 172 272 288 192 288 0 6 4.5 5.0 0.0 0.0 0.5 Y Voltage 6 | 174 272 224 208 176 0 1000.0 0.5 X Resistance 7 | r 240 176 144 176 0 100.0 8 | g 144 176 144 192 0 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cc2n.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | 179 272 224 304 224 0 -1.0 3 | r 368 256 480 256 0 100.0 4 | g 480 256 480 288 0 5 | 172 272 288 192 288 0 6 4.5 5.0 0.0 0.0 0.5 Y Voltage 6 | 174 272 224 208 176 0 1000.0 0.5 X Resistance 7 | r 240 176 144 176 0 100.0 8 | g 144 176 144 192 0 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mr-sine.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-8 9.78399845368213 72 1.0 50 2 | g 320 304 320 320 0 3 | m 320 192 320 304 0 100.0 16000.0 0 1.0E-8 1.0E-10 4 | R 320 192 320 160 0 1 4000.0 1.0 0.0 0.0 0.5 5 | o 1 64 0 35 1.25 1.953125E-4 0 -1 6 | o 1 64 2 35 20480.0 9.765625E-5 1 -1 7 | o 1 64 0 99 2.5 1.953125E-4 2 -1 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mr-sine2.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-8 9.78399845368213 72 1.0 50 2 | g 320 304 320 320 0 3 | m 320 192 320 304 0 100.0 12500.0 0.0 1.0E-8 1.0E-10 4 | R 320 192 320 160 0 1 5000.0 1.0 0.0 0.0 0.5 5 | o 1 64 0 35 1.25 0.003125 0 -1 6 | o 1 64 2 35 20480.0 9.765625E-5 1 -1 7 | o 1 64 0 99 1.25 0.003125 2 -1 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mr-square.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-8 9.78399845368213 72 1.0 50 2 | g 320 304 320 320 0 3 | m 320 192 320 304 0 100.0 16000.0 0 1.0E-8 1.0E-10 4 | R 320 192 320 160 0 2 6300.0 1.0 0.0 0.0 0.5 5 | o 1 64 0 35 1.25 7.8125E-4 0 -1 6 | o 1 64 2 35 20480.0 9.765625E-5 1 -1 7 | o 1 64 0 99 1.25 7.8125E-4 2 -1 8 | -------------------------------------------------------------------------------- /logic/solvers/__init__.py: -------------------------------------------------------------------------------- 1 | from os.path import dirname, basename, isfile, join 2 | import glob 3 | 4 | modules = glob.glob(join(dirname(__file__), '*.py')) 5 | submodules = [basename(f)[:-3] for f in modules if isfile(f) and not f.endswith('__init__.py')] 6 | for submodule in submodules: 7 | exec(f'import solvers.{submodule}') -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mosswitch.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 50 5.0 50 2 | s 288 224 288 304 0 1 false 3 | w 288 128 400 128 0 4 | r 400 128 400 288 0 300.0 5 | w 400 320 400 336 0 6 | f 288 304 400 304 0 1.5 7 | w 288 128 288 224 0 8 | R 288 128 240 128 0 0 40.0 5.0 0.0 0.0 0.5 9 | g 400 336 400 352 0 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mr-triangle.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-8 9.78399845368213 72 1.0 50 2 | g 320 304 320 320 0 3 | m 320 192 320 304 0 100.0 16000.0 0 1.0E-8 1.0E-10 4 | R 320 192 320 160 0 3 3200.0 1.0 0.0 0.0 0.5 5 | o 1 64 0 35 1.25 9.765625E-5 0 -1 6 | o 1 64 2 35 20480.0 9.765625E-5 1 -1 7 | o 1 64 0 99 1.25 9.765625E-5 2 -1 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mr-sine3.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-8 9.78399845368213 72 1.0 50 2 | g 320 304 320 320 0 3 | m 320 192 320 304 0 100.0 5000.0 3.865479277469485E-9 1.0E-8 1.0E-10 4 | R 320 192 320 160 0 1 8000.0 2.0 0.0 0.0 0.5 5 | o 1 64 0 35 2.5 0.025 0 -1 6 | o 1 64 2 35 5120.0 2.44140625E-5 1 -1 7 | o 1 64 0 99 2.5 0.025 2 -1 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/filt-lopass-l.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 6.499443210467817 50 5.0 50 2 | r 400 160 400 288 0 35.0 3 | O 400 160 512 160 0 4 | g 400 288 400 320 0 5 | l 240 160 400 160 0 0.06545 0 6 | 170 240 160 208 160 3 20.0 1000.0 5.0 0.1 7 | o 4 32 0 34 5.0 9.765625E-5 0 -1 8 | o 1 32 0 34 5.0 9.765625E-5 1 -1 9 | h 5 0 5 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/filt-lopass.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 6.499443210467817 50 5.0 50 2 | O 400 160 512 160 0 3 | g 400 288 400 320 0 4 | r 240 160 400 160 0 187.0 5 | c 400 160 400 288 0 1.0E-5 0 6 | 170 240 160 208 160 3 20.0 1000.0 5.0 0.1 7 | o 4 32 0 34 5.0 9.765625E-5 0 -1 8 | o 0 32 0 34 5.0 9.765625E-5 1 -1 9 | h 3 2 3 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/nmosfet.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 50 5.0 50 2 | f 304 240 352 240 32 1.5 0.02 3 | 172 304 240 272 240 0 6 3.5 5.0 0.0 0.0 0.5 Gate Voltage 4 | w 352 256 352 304 0 5 | w 352 224 352 176 1 6 | 172 352 176 352 144 0 6 5.0 5.0 0.0 0.0 0.5 Drain Voltage 7 | g 352 304 352 320 0 8 | o 0 64 0 35 5.0 0.2 0 -1 9 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/misc/MedianOfRunningArrayLong.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.misc; 2 | 3 | public final class MedianOfRunningArrayLong extends MedianOfRunningArray { 4 | @Override 5 | public Long calculateAverage(final Long a, final Long b) { 6 | return (a + b) / 2L; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/filt-hipass-l.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 6.499443210467817 50 5.0 50 2 | O 400 160 512 160 0 3 | g 400 288 400 320 0 4 | r 240 160 400 160 0 187.0 5 | l 400 160 400 288 0 0.06545 0 6 | 170 240 160 208 160 3 20.0 1000.0 5.0 0.1 7 | o 4 16 0 34 5.0 9.765625E-5 0 -1 8 | o 0 16 0 34 5.0 9.765625E-5 1 -1 9 | h 5 2 5 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/filt-hipass.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 6.499443210467817 50 5.0 50 2 | c 240 160 400 160 0 1.0E-5 0 3 | r 400 160 400 288 0 35.0 4 | O 400 160 512 160 0 5 | g 400 288 400 320 0 6 | 170 240 160 208 160 3 20.0 1000.0 5.0 0.1 7 | o 4 16 0 34 5.0 9.765625E-5 0 -1 in 8 | o 2 16 0 34 2.5 9.765625E-5 1 -1 out 9 | h 3 1 0 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cmosinverter.txt: -------------------------------------------------------------------------------- 1 | $ 0 5.0E-6 10 50 5.0 2 | f 208 176 272 176 1 3 | f 208 272 272 272 0 4 | w 272 192 272 224 0 5 | w 272 224 272 256 0 6 | w 208 176 208 224 0 7 | w 208 224 208 272 0 8 | L 208 224 160 224 0 false false 9 | M 272 224 336 224 0 10 | R 272 160 272 112 0 0 40.0 5.0 0.0 11 | g 272 288 272 320 0 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/jfetfollower.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 60 5.0 58 2 | w 288 80 288 160 0 3 | r 288 192 288 288 0 10000.0 4 | O 288 192 336 192 0 5 | j 240 176 288 176 0 6 | R 240 176 192 176 0 1 40.0 2.0 0.0 7 | g 288 288 288 320 0 8 | R 288 80 240 80 0 0 40.0 10.0 0.0 9 | o 4 64 0 2 2.5 9.765625E-5 10 | o 2 64 0 2 10.0 9.765625E-5 11 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/triode.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | 172 304 240 272 240 0 6 0.0 0.0 -8.0 0.0 0.5 Grid Voltage 3 | w 352 272 352 320 0 4 | w 368 208 368 160 1 5 | 172 368 160 368 128 0 6 500.0 500.0 0.0 0.0 0.5 Plate Voltage 6 | g 352 320 352 336 0 7 | 173 304 240 368 240 0 93.0 680.0 8 | o 3 64 0 35 640.0 0.1 0 -1 9 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/StandardScore.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class StandardScore { 4 | private StandardScore() { 5 | } 6 | 7 | public static double zScore(double num, double mean, double stdDev) { 8 | return (num - mean) / stdDev; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/misc/MedianOfRunningArrayByte.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.misc; 2 | 3 | public final class MedianOfRunningArrayByte extends MedianOfRunningArray { 4 | @Override 5 | public Byte calculateAverage(final Byte a, final Byte b) { 6 | return (byte) ((a + b) / 2); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/misc/MedianOfRunningArrayFloat.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.misc; 2 | 3 | public final class MedianOfRunningArrayFloat extends MedianOfRunningArray { 4 | @Override 5 | public Float calculateAverage(final Float a, final Float b) { 6 | return (a + b) / 2.0f; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/dcrestoration.txt: -------------------------------------------------------------------------------- 1 | $ 1 1.0E-6 7 59 5.0 2 | R 160 144 96 144 0 1 500.0 5.0 0.0 3 | c 160 144 272 144 0 5.0E-6 -3.0584720734913993 4 | d 272 256 272 144 0 5 | g 272 256 272 288 0 6 | w 272 144 352 144 0 7 | r 352 144 352 256 0 5000.0 8 | g 352 256 352 288 0 9 | O 352 144 416 144 0 10 | o 7 32 0 2 10.0 9.765625E-5 11 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ohms.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 50 5.0 50 2 | r 256 176 256 304 0 100.0 3 | 172 304 176 304 128 0 6 5.0 5.0 0.0 0.0 0.5 Voltage 4 | g 256 336 256 352 0 5 | w 256 304 256 336 1 6 | r 352 176 352 304 0 1000.0 7 | w 352 304 352 336 1 8 | g 352 336 352 352 0 9 | w 304 176 352 176 0 10 | w 256 176 304 176 0 11 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/spikegen.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | v 112 288 112 144 0 2 40.0 5.0 0.0 3 | r 240 144 240 288 0 110.0 4 | d 240 144 368 144 0 5 | w 112 288 240 288 0 6 | c 112 144 240 144 0 1.0E-5 4.9868403762557465 7 | O 368 144 432 144 0 8 | r 368 144 368 288 0 100.0 9 | w 240 288 368 288 0 10 | o 5 64 0 3 10.0 9.765625E-5 11 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/misc/MedianOfRunningArrayDouble.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.misc; 2 | 3 | public final class MedianOfRunningArrayDouble extends MedianOfRunningArray { 4 | @Override 5 | public Double calculateAverage(final Double a, final Double b) { 6 | return (a + b) / 2.0d; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/latchingrelay.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.005 10.20027730826997 50 5 50 5e-11 2 | 425 448 480 448 624 0 Q1 0.2 0 0.02 20 0.015 0.005 3 0 1 3 | s 448 480 448 384 0 1 true 4 | R 448 384 448 352 0 0 40 5 0 0 0.5 5 | g 448 624 448 656 0 0 6 | R 624 384 624 352 0 0 40 5 0 0 0.5 7 | 426 624 384 624 624 4 Q1 0.05 1000000 0 8 | g 624 624 624 656 0 0 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/rtlinverter.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 52 5.0 2 | r 240 224 320 224 0 470.0 3 | t 320 224 368 224 0 1 0.6381869044881298 0.6478945398933037 4 | r 368 208 368 112 0 640.0 5 | w 368 240 368 288 0 6 | L 240 224 192 224 0 false false 3.6 0.0 7 | R 368 112 320 112 0 0 40.0 3.6 0.0 8 | M 368 208 432 208 0 9 | g 368 288 368 320 0 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/scr.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | r 384 160 384 96 0 100.0 3 | R 384 96 384 80 0 0 40.0 5.0 0.0 0.0 0.5 4 | s 384 288 384 368 0 1 false 5 | s 352 256 256 256 0 1 false 6 | r 256 176 256 256 0 100.0 7 | R 256 176 256 128 0 0 40.0 5.0 0.0 0.0 0.5 8 | g 384 368 384 384 0 9 | 177 384 160 368 288 0 0.0 0.0 10 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/misc/MedianOfRunningArrayInteger.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.misc; 2 | 3 | public final class MedianOfRunningArrayInteger extends MedianOfRunningArray { 4 | @Override 5 | public Integer calculateAverage(final Integer a, final Integer b) { 6 | return (a + b) / 2; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/diodeclip.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.251013186076355 58 5.0 50 2 | r 272 160 320 160 0 200.0 3 | r 320 160 320 240 0 100.0 4 | d 320 240 320 288 0 5 | R 320 288 320 320 0 0 40.0 5.0 0.0 0.0 0.5 6 | O 320 160 384 160 0 7 | R 272 160 240 160 0 3 40.0 10.0 0.0 0.0 0.5 8 | o 5 64 0 35 10.0 0.1 0 -1 9 | o 4 64 0 34 10.0 9.765625E-5 1 -1 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/npn.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 43 2.0 50 2 | 172 240 240 208 240 0 6 0.705 0.75 0.5 0.0 0.5 Base Voltage 3 | w 352 256 352 304 1 4 | w 352 224 352 176 1 5 | 172 352 176 352 144 0 6 2.0 2.0 0.0 0.0 0.5 Collector Voltage 6 | g 352 304 352 320 0 7 | t 304 240 352 240 0 1 -4.295 0.7049999999999998 100.0 8 | w 240 240 304 240 1 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/pmosfet.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 12.185319768402522 50 5.0 50 2 | 172 304 240 272 240 0 6 2.5 5.0 0.0 0.0 0.5 Gate Voltage 3 | w 352 256 352 304 0 4 | w 352 224 352 176 1 5 | f 304 240 352 240 33 1.5 0.02 6 | 172 352 304 352 320 0 6 3.0 5.0 0.0 0.0 0.5 Drain Voltage 7 | R 352 176 352 160 0 0 40.0 5.0 0.0 0.0 0.5 8 | o 3 64 0 35 2.5 0.1 0 -1 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/xorphasedet.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | R 192 128 128 128 0 2 100.0 2.5 2.5 3 | R 192 224 128 224 0 2 105.0 2.5 2.5 4 | 154 192 176 336 176 0 2 0.0 5 | O 336 176 416 176 0 6 | w 192 128 192 160 0 7 | w 192 192 192 224 0 8 | o 0 64 0 6 5.0 9.765625E-5 0 9 | o 1 64 0 6 5.0 9.765625E-5 0 10 | o 3 64 0 6 5.0 9.765625E-5 0 11 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/ciphers/a5/BaseLFSR.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.ciphers.a5; 2 | 3 | import java.util.BitSet; 4 | 5 | public interface BaseLFSR { 6 | void initialize(BitSet sessionKey, BitSet frameCounter); 7 | boolean clock(); 8 | int SESSION_KEY_LENGTH = 64; 9 | int FRAME_COUNTER_LENGTH = 22; 10 | } 11 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM php:5.4-apache 2 | COPY . /var/www/html 3 | RUN sed -i 's/Options FollowSymLinks/Options +FollowSymLinks +Indexes/g' /etc/apache2/apache2.conf 4 | RUN echo '\nAddDefaultCharset UTF-8\n' > /etc/apache2/conf-enabled/default-charset.conf 5 | EXPOSE 80 -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/transswitch.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | v 144 352 144 80 0 0 40.0 5.0 0.0 3 | w 144 80 256 80 0 4 | t 256 256 368 256 0 1 0.5597337598267538 0.646589672025579 5 | r 256 80 256 176 0 10000.0 6 | s 256 176 256 256 0 true false 7 | w 256 80 368 80 0 8 | r 368 80 368 240 0 300.0 9 | w 368 272 368 352 0 10 | w 368 352 144 352 0 11 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/induct.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 16.13108636308289 50 5 50 2 | v 96 336 96 64 0 0 40 5 0 0 0.5 3 | S 256 144 256 64 0 0 false 0 2 4 | w 96 64 240 64 0 5 | r 96 336 256 336 0 140 6 | r 256 336 400 336 0 140 7 | w 272 64 400 64 0 8 | w 400 64 400 336 0 9 | l 256 144 256 336 0 3 0 10 | o 7 128 0 4099 5 0.05 0 2 7 3 11 | & 7 0 1 11 Inductance 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/wheatstone.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 1.0312258501325766 50 5 50 2 | v 432 496 432 208 0 0 40 5 0 0 0.5 3 | w 576 208 576 272 0 4 | w 576 400 576 496 0 5 | w 576 496 432 496 0 6 | r 512 336 576 272 0 200 7 | r 576 272 640 336 0 400 8 | r 512 336 576 400 0 100 9 | r 576 400 640 336 0 200 10 | w 432 208 576 208 0 11 | 370 512 336 640 336 1 0 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/3-f220.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 50 5.0 50 2 | f 288 288 352 288 6 3.25 3 | w 352 272 352 240 0 4 | w 352 240 352 208 0 5 | f 288 192 352 192 7 0.75 6 | w 288 192 288 240 0 7 | w 288 240 288 288 0 8 | R 352 176 352 128 0 0 40.0 5.0 0.0 0.0 0.5 9 | M 352 240 400 240 1 2.5 10 | L 288 240 240 240 1 0 false 5.0 0.0 11 | g 352 304 352 336 0 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/pnp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.251013186076355 43 2.0 50 2 | 172 208 176 176 176 0 6 1.2975 1.5 1.25 0.0 0.5 Base Voltage 3 | w 320 192 320 240 1 4 | w 320 160 320 112 1 5 | w 208 176 272 176 1 6 | t 272 176 320 176 0 -1 1.2975 -0.7024999999999999 100.0 7 | R 320 112 320 80 0 0 40.0 2.0 0.0 0.0 0.5 8 | 172 320 240 320 272 0 6 0.0 2.0 0.0 0.0 0.5 Collector Voltage 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mosfollower.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.251013186076355 54 5.0 50 2 | R 208 144 176 144 0 1 40.0 5.0 0.0 0.0 0.5 3 | O 256 160 320 160 0 4 | f 208 144 256 144 0 1.5 5 | r 256 48 256 128 0 500.0 6 | R 256 48 208 48 0 0 40.0 15.0 0.0 0.0 0.5 7 | R 256 256 256 288 0 0 40.0 -15.0 0.0 0.0 0.5 8 | i 256 160 256 256 0 0.0050 9 | o 1 64 0 34 12.0 1.220703125E-5 0 -1 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/spark-sawtooth.txt: -------------------------------------------------------------------------------- 1 | $ 1 1.0E-6 43.84883893407173 66 2000.0 50 2 | R 320 160 320 128 0 0 40.0 2000.0 0.0 0.0 0.5 3 | r 320 160 320 240 0 2000000.0 4 | 187 320 240 320 336 0 10000.0 1.0E9 1000.0 0.0010 5 | g 320 336 320 352 0 6 | c 352 240 352 336 0 1.0E-8 954.6107492378424 7 | w 352 336 320 336 0 8 | w 320 240 352 240 0 9 | o 4 128 0 35 1280.0 0.1 0 -1 10 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/diodelimit.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | v 176 288 176 144 0 1 40.0 5.0 0.0 3 | r 176 144 272 144 0 110.0 4 | w 272 144 272 192 0 5 | w 272 192 304 192 0 6 | w 272 192 240 192 0 7 | w 176 288 240 288 0 8 | w 240 288 304 288 0 9 | d 240 192 240 288 0 10 | d 304 288 304 192 0 11 | O 272 144 368 144 0 12 | o 0 32 0 3 5.0 0.05 13 | o 9 64 0 2 1.25 2.44140625E-5 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/lightbulb.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000009999999999999999 21.593987231061412 50 5 50 2 | 181 688 208 688 496 0 293 100 120 0.4 0.4 3 | R 576 208 512 208 0 1 60 169.7056274847714 0 0 0.5 4 | g 688 496 688 512 0 5 | s 576 208 688 208 0 1 false 6 | o 0 64 0 20483 0.0000762939453125 0.00009765625 0 2 0 3 7 | o 0 64 2 4099 160 1.6 1 1 160 8 | o 0 64 7 20483 160 1.6 2 1 0.0000762939453125 9 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/3way.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 3.046768661252054 41 120 15 2 | v 32 320 32 80 0 1 60 169.7056274847714 0 0 0.5 3 | r 496 80 496 320 0 150 4 | w 32 80 112 80 0 5 | w 416 80 496 80 0 6 | S 112 208 192 208 0 1 false 0 2 7 | w 112 80 112 208 0 8 | w 416 80 416 208 0 9 | S 416 208 336 208 0 0 false 0 2 10 | w 192 192 336 192 0 11 | w 336 224 192 224 0 12 | w 32 320 496 320 0 13 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/lambda-diode.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.634267539816555 59 2 50 2 | R 320 208 320 160 0 3 50 5 5 0 0.5 3 | g 320 272 320 304 0 4 | j 288 224 320 224 0 -4 0.00125 5 | j 352 256 320 256 1 -4 0.00125 6 | w 320 272 288 272 0 7 | w 288 272 288 224 0 8 | w 320 208 352 208 0 9 | w 352 208 352 256 0 10 | o 0 64 0 4163 5e-24 6.25e-27 0 2 0 3 11 | o 0 64 0 4099 10 0.0125 1 2 0 3 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/moscurrentsrc.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.708435524800691 50 10.0 50 2 | f 352 288 400 288 0 1.5 3 | w 400 304 400 352 1 4 | g 400 352 400 384 0 5 | R 400 112 400 80 0 0 40.0 10.0 0.0 0.0 0.5 6 | w 400 272 400 240 0 7 | r 400 112 400 240 0 300.0 8 | w 400 112 448 112 0 9 | w 400 240 448 240 0 10 | s 448 112 448 240 0 1 false 11 | R 352 288 320 288 0 0 40.0 3.0 0.0 0.0 0.5 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/.travis.yml: -------------------------------------------------------------------------------- 1 | language: go 2 | 3 | go: 4 | - 1.12.7 5 | 6 | install: 7 | - go get -t -v ./... 8 | 9 | script: 10 | - go vet -x 11 | - go test -v -race 12 | - go test -v -race github.com/funny/link/codec 13 | - go test -v -coverprofile=coverage.txt -covermode=atomic 14 | 15 | after_success: 16 | - bash <(curl -s https://codecov.io/bash) -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/3-f211.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 50 5.0 50 2 | f 288 288 352 288 6 -1.75 3 | w 352 272 352 240 0 4 | w 352 240 352 208 0 5 | f 288 192 352 192 7 3.25 6 | w 288 192 288 240 0 7 | w 288 240 288 288 0 8 | R 352 176 352 128 0 0 40.0 5.0 0.0 0.0 0.5 9 | M 352 240 400 240 1 2.5 10 | L 288 240 240 240 1 0 false 5.0 0.0 11 | R 352 304 352 352 0 0 40.0 2.5 0.0 0.0 0.5 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/3-f221.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 50 5.0 50 2 | f 288 288 352 288 6 0.75 3 | w 352 272 352 240 0 4 | w 352 240 352 208 0 5 | f 288 192 352 192 7 0.75 6 | w 288 192 288 240 0 7 | w 288 240 288 288 0 8 | R 352 176 352 128 0 0 40.0 5.0 0.0 0.0 0.5 9 | M 352 240 400 240 1 2.5 10 | L 288 240 240 240 1 0 false 5.0 0.0 11 | R 352 304 352 352 0 0 40.0 2.5 0.0 0.0 0.5 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-noninvert.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 57 5.0 2 | v 96 256 96 112 0 1 40.0 5.0 0.0 3 | g 96 256 96 304 0 4 | w 192 208 192 256 0 5 | a 192 192 336 192 1 6 | w 336 192 336 256 0 7 | r 192 256 336 256 0 2000.0 8 | r 96 256 192 256 0 1000.0 9 | w 96 112 192 112 0 10 | w 192 112 192 176 0 11 | O 336 192 400 192 0 12 | o 0 64 0 2 5.0 9.765625E-5 13 | o 9 64 0 2 10.0 9.765625E-5 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tlstand.txt: -------------------------------------------------------------------------------- 1 | $ 1 1.0E-12 2.7070718156067044 50 5.0 50 2 | 171 176 192 496 192 0 0.0000000020 300.0 80 0.0 3 | w 128 272 176 272 0 4 | w 496 192 544 192 0 5 | w 496 272 544 272 0 6 | r 128 192 176 192 0 300.0 7 | g 544 272 544 288 0 8 | g 128 272 128 288 0 9 | R 128 192 96 192 0 1 1500000000.0 5.0 0.0 0.0 0.5 10 | w 544 192 544 272 0 11 | o 4 16 0 34 5.0 0.025 0 -1 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ccvccs.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | 179 208 192 336 192 0 1.0 3 | r 208 192 160 192 0 100.0 4 | g 160 192 160 208 0 5 | R 208 256 176 256 0 1 40.0 5.0 0.0 1.5707963267948966 0.5 6 | 174 368 224 464 272 0 200.0 0.5297000000000001 Resistance 7 | g 416 272 416 288 0 8 | w 304 224 368 224 0 9 | o 3 64 0 34 5.0 9.765625E-5 0 -1 10 | o 6 64 0 33 40.0 0.1 0 -1 11 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/jfetcurrentsrc.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 58 10.0 2 | g 256 336 256 368 0 3 | w 256 224 256 176 0 4 | w 256 176 304 176 0 5 | w 256 80 304 80 0 6 | R 256 80 256 32 0 0 40.0 10.0 0.0 7 | s 304 80 304 176 0 true false 8 | r 256 80 256 176 0 1500.0 9 | j 208 240 256 240 0 10 | w 208 240 208 336 0 11 | w 208 336 256 336 0 12 | r 256 256 256 336 0 1000.0 13 | o 4 64 0 1 5.0 0.00625 14 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/inv-osc.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 73 50 5.0 50 2 | I 272 208 352 208 0 0.5 3 | c 352 208 352 128 0 3.9999999999999996E-5 0.3979592824367497 4 | r 192 128 192 208 0 4000.0 5 | I 192 208 272 208 0 2.0E-4 6 | p 192 208 192 272 0 7 | g 192 272 192 288 0 8 | w 272 128 352 128 0 9 | r 272 128 272 208 0 400.0 10 | w 192 128 272 128 0 11 | O 352 208 432 208 0 12 | o 9 128 0 10 10.0 9.765625E-5 0 13 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/nmosinverter2.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.251013186076355 50 5.0 50 2 | f 320 208 384 208 6 3.5 3 | f 320 288 384 288 6 1.5 4 | R 256 144 208 144 0 0 40.0 5.0 0.0 0.0 0.5 5 | w 256 144 320 144 0 6 | w 320 144 320 208 0 7 | w 320 144 384 144 0 8 | w 384 144 384 192 0 9 | w 384 224 384 272 0 10 | g 384 304 384 336 0 11 | L 320 288 272 288 0 1 false 5.0 0.0 12 | M 384 224 432 224 0 2.5 13 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/inductkick-block.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 42 2 | v 176 304 176 128 0 0 40.0 5.0 0.0 3 | w 176 304 224 304 0 4 | w 336 304 288 304 0 5 | s 224 304 288 304 0 false false 6 | w 288 304 288 336 0 7 | w 224 304 224 336 0 8 | c 224 336 288 336 0 5.0E-10 -0.0 9 | l 176 128 336 128 0 1.0 0 10 | r 336 128 336 304 0 100.0 11 | w 176 128 176 80 0 12 | w 336 128 336 80 0 13 | d 336 80 176 80 0 14 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-invert.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 57 5.0 2 | v 96 256 96 112 0 1 40.0 5.0 0.0 3 | g 96 256 96 304 0 4 | r 96 112 192 112 0 1000.0 5 | r 192 144 336 144 0 3000.0 6 | w 336 144 336 192 0 7 | w 192 112 192 144 0 8 | w 192 144 192 176 0 9 | w 96 256 192 256 0 10 | w 192 208 192 256 0 11 | a 192 192 336 192 0 12 | O 336 192 400 192 0 13 | o 0 64 0 2 5.0 0.025 14 | o 10 64 0 2 20.0 9.765625E-5 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/lrc-critical.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | r 176 80 384 80 0 516.4 3 | s 384 80 448 80 0 true false 4 | w 176 80 176 352 0 5 | c 176 352 384 352 0 1.4999999999999999E-5 -9.860041921625609 6 | l 384 80 384 352 0 1.0 0.03019234785322575 7 | v 448 352 448 80 0 0 40.0 5.0 0.0 8 | r 384 352 448 352 0 100.0 9 | o 4 64 0 3 20.0 0.05 10 | o 3 64 0 3 10.0 0.05 11 | o 0 64 0 3 0.625 0.05 12 | h 1 4 3 13 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/zenerref.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 54 5.0 50 2 | R 272 160 224 160 0 1 40.0 1.0 6.7 0.0 0.5 3 | z 336 288 336 160 1 0.805904783 5.6 4 | g 336 288 336 304 0 5 | w 336 160 416 160 0 6 | r 416 160 416 288 0 10000.0 7 | g 416 288 416 304 0 8 | r 272 160 336 160 0 500.0 9 | o 0 64 0 34 10.0 0.003125 0 -1 in 10 | o 4 64 0 34 10.0 3.90625E-4 1 -1 out 11 | o 1 64 0 35 10.0 0.00625 2 -1 zener 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/dtlinverter.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 54 5.0 2 | g 320 272 320 320 0 3 | r 224 176 224 96 0 4700.0 4 | r 320 96 320 176 0 1000.0 5 | w 320 176 320 240 0 6 | M 320 176 416 176 0 7 | w 224 96 320 96 0 8 | t 272 256 320 256 0 1 0.5852076661116874 0.622416726973117 9 | d 224 256 272 256 0 10 | d 224 256 176 256 0 11 | w 224 176 224 256 0 12 | L 176 256 128 256 0 false false 13 | R 224 96 128 96 0 0 40.0 5.0 0.0 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/scractrig.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 49 5.0 50 2 | 177 256 176 256 352 0 -15.051976407130628 -15.051976407130628 3 | r 256 176 256 112 0 50.0 4 | R 256 112 256 80 0 1 40.0 20.0 0.0 0.0 0.5 5 | d 368 288 288 288 1 0.805904783 6 | g 256 352 256 384 0 7 | w 256 176 304 176 0 8 | w 368 208 368 288 0 9 | 174 368 208 304 144 0 1800.0 0.8069000000000001 Trigger Voltage 10 | o 2 64 0 33 10.0 0.2 0 -1 11 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ttlinverter.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 54 5.0 2 | t 224 192 224 272 0 1 0.5875584150944089 -3.7844516501481884 3 | t 240 272 320 272 0 1 0.6035944264912844 0.6279899347574025 4 | g 320 288 320 336 0 5 | L 208 272 144 272 0 false false 6 | r 224 192 224 112 0 4700.0 7 | r 320 112 320 192 0 1000.0 8 | w 320 192 320 256 0 9 | M 320 192 416 192 0 10 | R 224 112 144 112 0 0 40.0 5.0 0.0 11 | w 224 112 320 112 0 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/voltdouble2.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 15.0 45 2 | R 224 176 192 176 0 1 40.0 15.0 0.0 3 | c 224 176 304 176 0 9.999999999999999E-5 0 4 | d 304 288 304 176 0 5 | d 304 176 400 176 0 6 | c 400 176 400 288 0 9.999999999999999E-5 0 7 | g 304 288 304 304 0 8 | g 400 288 400 304 0 9 | w 400 176 464 176 0 10 | r 464 176 464 288 0 20000.0 11 | g 464 288 464 304 0 12 | o 0 64 0 3 20.0 0.4 13 | o 8 64 0 3 40.0 0.025 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/inductkick.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 42 2 | v 176 256 176 80 0 0 40.0 5.0 0.0 3 | w 176 256 224 256 0 4 | w 336 256 288 256 0 5 | s 224 256 288 256 0 false false 6 | w 288 256 288 288 0 7 | w 224 256 224 288 0 8 | c 224 288 288 288 0 5.0E-10 -0.0 9 | l 176 80 336 80 0 1.0 0 10 | r 336 80 336 256 0 100.0 11 | o 7 4 0 3 1.52587890625E-4 0.05 12 | o 8 4 0 3 5.0 0.05 13 | o 6 4 0 3 7.62939453125E-5 9.765625E-5 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/powerfactor1.txt: -------------------------------------------------------------------------------- 1 | $ 13 0.000005 14.235633750745258 47 120 28 2 | v 176 304 176 128 0 1 60 169.7056274847714 0 1.5707963267948966 0.5 3 | r 304 128 448 128 0 10 4 | w 176 304 304 304 0 5 | l 448 128 448 304 0 5 0 6 | w 304 304 448 304 0 7 | r 176 128 304 128 0 50 8 | o 5 64 1 4099 0.3125 0.00009765625 0 1 0.625 9 | o 1 64 1 4099 0.078125 0.0000244140625 1 1 0.15625 10 | o 3 64 1 4099 5 0.00009765625 2 1 10 11 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-dfdx.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 57 5.0 2 | v 112 256 112 96 0 3 40.0 5.0 0.0 3 | g 112 256 112 304 0 4 | w 352 128 352 192 0 5 | w 208 128 208 176 0 6 | w 112 256 208 256 0 7 | w 208 208 208 256 0 8 | a 208 192 352 192 4 9 | c 112 96 208 96 0 2.0E-6 0.16559840149986407 10 | r 208 128 352 128 0 5000.0 11 | w 208 96 208 128 0 12 | O 352 192 416 192 0 13 | o 0 32 0 2 10.0 0.0125 0 14 | o 10 64 0 2 5.0 9.765625E-5 0 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cap.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 16.13108636308289 50 5 50 2 | v 96 336 96 64 0 0 40 5 0 0 0.5 3 | S 256 144 256 64 0 0 false 0 2 4 | w 96 64 240 64 0 5 | w 272 64 400 64 0 6 | w 400 64 400 336 0 7 | c 256 144 256 256 0 0.00019999999999999998 0 8 | r 256 256 256 336 0 100 9 | w 96 336 256 336 0 10 | w 256 336 400 336 0 11 | o 5 128 0 4099 5 0.05 0 2 5 3 12 | & 5 0 0.000009999999999999999 0.00101 Capacitance 13 | h 2 6 5 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/halfadd.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 1.5 50 5.0 2 | 154 224 240 368 240 0 2 0.0 3 | 150 224 144 368 144 0 2 0.0 4 | L 128 160 80 160 2 true false 5 | L 128 224 80 224 2 true false 6 | w 128 224 160 224 0 7 | w 160 224 160 128 0 8 | w 160 128 224 128 0 9 | w 160 224 224 224 0 10 | w 128 160 192 160 0 11 | w 192 160 192 256 0 12 | w 192 256 224 256 0 13 | w 192 160 224 160 0 14 | M 368 144 416 144 2 15 | M 368 240 416 240 2 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/jfetfollower-nooff.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | r 256 128 256 224 0 1100.0 3 | j 208 112 256 112 0 4 | R 208 112 160 112 0 1 40.0 2.0 0.0 5 | j 208 240 256 240 0 6 | r 256 256 256 320 0 1100.0 7 | w 208 240 208 320 0 8 | w 208 320 256 320 0 9 | R 256 320 256 384 0 0 40.0 -10.0 0.0 10 | O 256 224 352 224 0 11 | R 256 96 256 32 0 0 40.0 10.0 0.0 12 | o 2 64 0 2 2.5 9.765625E-5 13 | o 8 64 0 2 2.5 1.220703125E-5 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/notch.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 50 5.0 40 2 | l 368 128 368 224 0 0.5 0 3 | c 368 224 368 320 0 3.17E-5 0 4 | r 256 128 368 128 0 100.0 5 | O 368 128 432 128 0 6 | g 368 320 368 352 0 7 | 170 256 128 224 128 3 20.0 60.0 5.0 0.5 8 | o 5 64 0 34 5.0 9.765625E-5 0 -1 in 9 | o 3 64 0 34 5.0 9.765625E-5 1 -1 out 10 | o 0 64 0 34 10.0 0.025 2 -1 inductor 11 | o 1 64 0 34 10.0 0.025 2 -1 cap 12 | h 1 0 1 13 | 14 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/bitmanipulation/IsEven.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.bitmanipulation; 2 | 3 | /** 4 | * Checks whether a number is even 5 | * @author Bama Charan Chhandogi (https://github.com/BamaCharanChhandogi) 6 | */ 7 | 8 | public final class IsEven { 9 | private IsEven() { 10 | } 11 | public static boolean isEven(int number) { 12 | return (number & 1) == 0; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/nmosnand.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 54 5.0 2 | f 272 224 336 224 4 3 | w 336 144 336 176 0 4 | w 336 176 336 208 0 5 | M 336 176 400 176 0 6 | f 272 288 336 288 4 7 | w 336 240 336 272 0 8 | g 336 304 336 336 0 9 | w 240 80 336 80 0 10 | w 336 80 336 112 0 11 | R 240 80 176 80 0 0 40.0 5.0 0.0 12 | w 176 288 272 288 0 13 | L 272 224 112 224 0 false false 14 | L 176 288 112 288 0 false false 15 | r 336 112 336 144 0 5000.0 16 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cciamp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | 179 208 176 304 176 0 1.0 3 | i 144 304 208 304 0 0.01 4 | g 144 304 144 320 0 5 | w 208 240 208 304 0 6 | r 208 176 112 176 0 10.0 7 | g 112 176 112 192 0 8 | g 400 256 400 272 0 9 | w 208 240 144 240 0 10 | 174 144 240 80 272 0 100.0 0.7277 Multiplier 11 | 174 352 208 448 256 0 100.0 0.32180000000000003 Z Resistance 12 | g 112 272 112 288 0 13 | w 304 208 352 208 1 14 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-rect.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 71 1.0 2 | a 240 192 352 192 0 3 | w 240 176 240 128 0 4 | d 352 192 352 128 0 5 | w 208 176 240 176 0 6 | r 208 176 128 176 0 10000.0 7 | w 208 176 208 256 0 8 | w 208 256 352 256 0 9 | d 352 256 352 192 0 10 | r 240 128 352 128 0 10000.0 11 | R 128 176 96 176 0 1 40.0 0.5 0.0 12 | g 240 208 240 224 0 13 | O 352 128 416 128 0 14 | o 9 64 0 2 0.625 9.765625E-5 15 | o 11 64 0 2 0.625 4.8828125E-5 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/volume.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 67 5.0 64 2 | j 304 240 352 240 0 3 | r 304 240 304 176 0 100000.0 4 | r 304 240 240 240 0 100000.0 5 | w 304 176 352 176 0 6 | w 352 176 352 224 0 7 | g 352 256 352 304 0 8 | w 352 176 352 128 0 9 | r 352 128 240 128 0 6000.0 10 | O 352 128 416 128 0 11 | R 240 128 192 128 0 1 200.0 5.0 0.0 12 | R 240 240 192 240 0 3 10.0 3.0 -8.0 13 | o 10 64 0 6 20.0 9.765625E-5 0 14 | o 8 64 0 6 5.0 9.765625E-5 0 15 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/nmosinverter3.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 11.086722712598126 50 5 50 5e-11 2 | f 320 208 384 208 22 -0.5 0.02 3 | f 320 320 384 320 22 1.5 0.02 4 | R 256 144 208 144 0 0 40 5 0 0 0.5 5 | w 256 144 320 144 0 6 | w 320 144 384 144 0 7 | w 384 144 384 192 0 8 | w 384 256 384 304 0 9 | g 384 336 384 368 0 0 10 | L 320 320 272 320 0 0 false 5 0 11 | M 384 256 432 256 0 2.5 12 | w 320 208 320 256 0 13 | w 384 224 384 256 0 14 | w 320 256 384 256 0 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/relay.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000014999999999999999 10.20027730826997 50 5 50 5e-11 2 | 178 240 176 384 176 6 1 0.2 0.0416666666666663 0.05 1000000 0.02 20 0.02 0.005 1 3 | 172 240 208 176 208 0 7 5 5 0 0 0.5 Coil Voltage 4 | g 384 272 384 288 0 0 5 | R 240 176 240 112 0 0 40 5 0 0 0.5 6 | r 384 160 464 160 0 100 7 | r 384 192 464 192 0 100 8 | r 384 208 384 272 0 100 9 | w 464 160 464 192 0 10 | w 464 192 464 288 0 11 | g 464 288 464 304 0 0 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tdrelax.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 54 1.5 50 2 | R 176 176 144 176 0 0 40.0 1.5 0.0 0.0 0.5 3 | r 176 176 256 176 0 80.0 4 | r 256 176 256 288 0 24.0 5 | 175 256 176 336 176 0 6 | l 336 176 336 288 0 0.7 0.002697977898647033 7 | O 336 176 384 176 0 8 | g 256 288 256 304 0 9 | g 336 288 336 304 0 10 | o 3 64 0 35 0.0390625 0.00625 0 -1 diode 11 | o 3 64 0 99 0.625 0.00625 1 -1 12 | o 5 64 0 34 0.625 4.8828125E-5 2 -1 output 13 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/voltdouble.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 53 15.0 45 2 | v 160 208 160 112 0 1 40.0 15.0 0.0 3 | w 160 112 224 112 0 4 | d 224 112 336 112 0 5 | c 336 112 336 208 0 9.999999999999999E-5 0 6 | c 336 208 336 304 0 9.999999999999999E-5 0 7 | w 160 208 336 208 0 8 | w 224 112 224 304 0 9 | d 336 304 224 304 0 10 | w 336 112 432 112 0 11 | w 336 304 432 304 0 12 | r 432 112 432 304 0 10000.0 13 | o 0 64 0 3 5.0 0.2 14 | o 10 64 0 2 10.0 7.8125E-4 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/xor.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 1.5 50 5.0 2 | 151 96 240 208 240 0 2 0 3 | 151 208 192 320 192 0 2 0 4 | 151 208 288 320 288 0 2 0 5 | w 208 240 208 272 0 6 | w 208 240 208 208 0 7 | 151 320 240 432 240 0 2 0 8 | w 320 192 320 224 0 9 | w 320 256 320 288 0 10 | w 96 176 96 224 0 11 | w 96 176 208 176 0 12 | w 96 256 96 304 0 13 | w 96 304 208 304 0 14 | M 432 240 480 240 0 15 | L 96 176 48 176 0 true false 16 | L 96 304 48 304 0 true false 17 | -------------------------------------------------------------------------------- /electronic/war/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CircuitJS Frame 6 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/avr8js-logic.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000049999999999999996 10.20027730826997 50 5 50 5e-11 2 | 418 304 160 256 160 0 1 40 5 0 0 0.5 pin\s10 3 | 418 304 192 256 192 0 1 40 5 0 0 0.5 pin\s11 4 | 418 304 224 256 224 0 1 40 5 0 0 0.5 pin\s12 5 | M 304 160 336 160 0 2.5 6 | M 304 192 336 192 0 2.5 7 | M 304 224 336 224 0 2.5 8 | 207 304 80 256 80 4 pin\s8 9 | 207 304 112 256 112 4 pin\s9 10 | L 304 80 336 80 0 0 false 5 0 11 | L 304 112 336 112 0 0 false 5 0 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tlmismatch.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-12 12.682493960703473 50 5.0 50 2 | 171 112 192 256 192 0 1.0E-8 75.0 64 0.0 3 | 171 256 192 384 192 0 1.0E-8 500.0 64 0.0 4 | 171 384 192 512 192 0 1.0E-8 75.0 64 0.0 5 | r 112 192 64 192 0 75.0 6 | w 64 256 112 256 0 7 | w 512 192 544 192 0 8 | w 512 256 544 256 0 9 | r 544 192 544 256 0 75.0 10 | v 64 256 64 192 0 2 1.0E7 2.5 2.5 0.0 0.03 11 | g 256 256 256 272 0 12 | g 384 256 384 272 0 13 | g 512 256 512 272 0 14 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/allpass2.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.634267539816555 55 5.0 50 2 | a 320 224 416 224 0 15.0 -15.0 3 | r 320 208 240 208 0 1000.0 4 | r 320 240 240 240 0 1000.0 5 | w 320 208 320 144 0 6 | r 320 144 416 144 0 1000.0 7 | w 416 144 416 224 0 8 | c 320 240 320 320 0 1.0E-6 -4.292934919713338 9 | g 320 320 320 336 0 10 | w 240 208 240 240 0 11 | O 416 224 480 224 0 12 | R 240 208 192 208 0 2 100.0 5.0 0.0 0.0 0.5 13 | o 9 16 0 34 24.0 9.765625E-55 0 -1 output 14 | -------------------------------------------------------------------------------- /Resourselearn/llama.cpp-master/src/llama-io.cpp: -------------------------------------------------------------------------------- 1 | #include "llama-io.h" 2 | 3 | void llama_io_write_i::write_string(const std::string & str) { 4 | uint32_t str_size = str.size(); 5 | 6 | write(&str_size, sizeof(str_size)); 7 | write(str.data(), str_size); 8 | } 9 | 10 | void llama_io_read_i::read_string(std::string & str) { 11 | uint32_t str_size; 12 | read_to(&str_size, sizeof(str_size)); 13 | 14 | str.assign((const char *) read(str_size), str_size); 15 | } 16 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/voltdivide.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 63 10.0 62 2 | v 112 368 112 48 0 0 40.0 10.0 0.0 3 | w 112 48 240 48 0 4 | r 240 48 240 208 0 10000 5 | r 240 208 240 368 0 10000 6 | w 112 368 240 368 0 7 | O 240 208 304 208 1 8 | w 240 48 432 48 0 9 | w 240 368 432 368 0 10 | r 432 48 432 128 0 10000 11 | r 432 128 432 208 0 10000 12 | r 432 208 432 288 0 10000 13 | r 432 288 432 368 0 10000 14 | O 432 128 496 128 1 15 | O 432 208 496 208 1 16 | O 432 288 496 288 1 17 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-follower.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 57 5.0 50 2 | v 96 224 96 80 0 1 40.0 5.0 0.0 0.0 0.5 3 | g 96 224 96 272 0 4 | w 192 176 192 224 0 5 | a 192 160 320 160 1 15.0 -15.0 6 | w 320 160 320 224 0 7 | w 96 80 192 80 0 8 | w 192 80 192 144 0 9 | w 192 224 320 224 0 10 | O 384 160 432 160 0 11 | w 320 160 384 160 0 12 | r 384 160 384 224 0 1000.0 13 | g 384 224 384 272 0 14 | o 0 64 0 34 5.0 9.765625E-5 0 -1 15 | o 8 64 0 34 5.0 9.765625E-5 1 -1 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/fullrect.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 53 5.0 50 2 | v 160 352 160 64 0 1 40.0 5.0 0.0 3 | w 160 64 304 64 0 4 | w 304 64 304 128 0 5 | d 304 128 368 192 0 6 | d 304 256 368 192 0 7 | d 240 192 304 128 0 8 | d 240 192 304 256 0 9 | w 304 256 304 352 0 10 | w 304 352 160 352 0 11 | w 240 192 240 288 0 12 | w 368 192 416 192 0 13 | w 240 288 416 288 0 14 | r 416 192 416 288 0 100.0 15 | x 463 248 479 248 0 20 load 16 | o 0 64 0 3 5.0 0.05 0 17 | o 12 64 0 3 5.0 0.05 1 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/powerfactor2.txt: -------------------------------------------------------------------------------- 1 | $ 13 0.000005 21.593987231061412 50 120 28 2 | v 176 304 176 128 0 1 60 169.7056274847714 0 1.5707963267948966 0.5 3 | r 304 128 448 128 0 10 4 | w 176 304 304 304 0 5 | l 448 128 448 304 0 5 0.0843860128549682 6 | w 304 304 448 304 0 7 | r 176 128 304 128 0 50 8 | c 304 128 304 304 0 0.0000014 0 9 | o 5 64 1 4099 0.3125 0.00009765625 0 1 640 10 | o 1 64 1 4099 0.078125 0.0000244140625 1 1 0.15625 11 | o 3 64 1 4099 5 0.00009765625 2 1 10 12 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level6/source: -------------------------------------------------------------------------------- 1 | get_key() == "protected_key" && $private_key->get_key() == "private_key"){ 8 | echo $flag; 9 | } else { 10 | echo "We Call it %00_Contr0l_Characters_NULL!"; 11 | } 12 | } else { 13 | highlight_file(__FILE__); 14 | } -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/3motor.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.0000049999999999999996 173.42552219524063 20 220 50 5e-11 2 | R 608 192 544 192 0 1 50 220 0 0 0.5 3 | R 608 224 496 224 0 1 50 220 0 -2.0943951023931953 0.5 4 | R 608 256 544 256 0 1 50 220 0 2.0943951023931953 0.5 5 | 427 608 224 752 224 0 0.067 0.032 0.0294 0.0297 0.0287 0.05 0.067 6 | w 752 192 768 192 0 7 | w 752 224 768 224 0 8 | w 768 192 768 224 0 9 | w 752 256 768 256 0 10 | w 768 224 768 256 0 11 | o 0 64 0 4099 320 819.2 0 2 0 3 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/mkcert-master/go.mod: -------------------------------------------------------------------------------- 1 | module filippo.io/mkcert 2 | 3 | go 1.18 4 | 5 | require ( 6 | golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 7 | howett.net/plist v1.0.0 8 | software.sslmate.com/src/go-pkcs12 v0.2.0 9 | ) 10 | 11 | require ( 12 | golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect 13 | golang.org/x/text v0.3.7 // indirect 14 | ) 15 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Localization/LocalizationProvider.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using WPFLocalizeExtension.Extensions; 3 | 4 | namespace Shadowsocks.Localization 5 | { 6 | public static class LocalizationProvider 7 | { 8 | public static T GetLocalizedValue(string key) 9 | { 10 | return LocExtension.GetLocalizedValue(Assembly.GetCallingAssembly().GetName().Name + ":Strings:" + key); 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/phasecomp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 53 5.0 2 | R 272 176 208 176 0 2 105.0 2.5 2.5 3 | R 272 272 208 272 0 2 100.0 2.5 2.5 4 | w 272 176 272 208 0 5 | 161 272 208 304 208 0 6 | w 368 208 416 208 0 7 | r 416 208 416 112 0 1000.0 8 | r 416 208 416 304 0 1000.0 9 | O 416 208 480 208 0 10 | R 416 112 368 112 0 0 40.0 5.0 0.0 11 | g 416 304 416 320 0 12 | w 272 240 272 272 0 13 | o 0 64 0 6 5.0 9.765625E-5 0 14 | o 1 64 0 6 5.0 9.765625E-5 0 15 | o 7 64 0 6 5.0 9.765625E-5 0 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ringing.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 4.621633621589249 50 5.0 46 2 | w 368 128 368 192 0 3 | w 368 272 368 320 0 4 | w 320 272 368 272 0 5 | w 368 272 416 272 0 6 | w 320 192 368 192 0 7 | w 368 192 416 192 0 8 | l 320 192 320 272 0 0.0020 0.07708318720316419 9 | c 416 192 416 272 0 1.264E-5 -0.22352804367929519 10 | r 256 128 368 128 0 100.0 11 | O 368 128 464 128 0 12 | g 368 320 368 336 0 13 | R 256 128 224 128 0 2 100.0 5.0 0.0 0.0 0.5 14 | o 9 16 0 34 2.5 4.8828125E-5 0 -1 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/transrectifier.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.0000049999999999999996 10.20027730826997 50 5 43 2 | t 160 224 224 224 0 1 0.65078525234137 0.6762795988123269 1000 3 | r 224 208 224 128 0 1000 4 | r 224 240 224 352 0 1000 5 | w 224 208 272 208 0 6 | R 224 128 176 128 0 0 40 10 0 0 0.5 7 | R 224 352 176 352 0 0 40 -10 0 0 0.5 8 | O 272 208 304 208 0 0 9 | R 160 224 128 224 0 1 40 5 0.655 0 0.5 10 | o 7 64 0 4098 10 0.0125 0 2 7 3 11 | o 6 64 0 4098 10 0.1 1 1 12 | 38 0 0 1 1000 Beta/hFE 13 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/currentsrc.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 58 10.0 50 2 | t 192 224 256 224 0 1 0.25888403915739877 0.5839501020424223 100.0 3 | r 256 240 256 288 0 1000.0 4 | g 256 288 256 320 0 5 | w 256 208 256 160 1 6 | w 256 160 304 160 0 7 | w 256 64 304 64 0 8 | R 256 64 256 16 0 0 40.0 10.0 0.0 0.0 0.5 9 | s 304 64 304 160 0 1 false 10 | r 256 64 256 160 0 6000.0 11 | w 256 64 192 64 0 12 | w 192 288 256 288 0 13 | r 192 224 192 288 0 2000.0 14 | r 192 224 192 64 0 8000.0 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/itov.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 59 5 50 5e-11 2 | r 272 112 384 112 0 1001 3 | w 272 112 272 160 0 4 | g 272 192 272 288 0 0 5 | i 208 160 128 160 0 0.002 6 | a 272 176 384 176 8 15 -15 1000000 -0.000020019799802001977 0 100000 7 | w 384 112 384 176 0 8 | O 384 176 448 176 1 0 9 | R 128 160 128 200 0 0 40 -5 0 0 0.5 10 | w 272 160 208 160 0 11 | o 8 64 0 4097 0.0000762939453125 0.00625 0 2 8 3 12 | o 6 64 0 4098 10 0.00009765625 1 1 13 | 38 3 0 0 0.005 Current 14 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cube.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 50 5.0 50 2 | r 224 144 384 144 0 100.0 3 | r 384 144 384 304 0 100.0 4 | r 384 304 224 304 0 100.0 5 | r 224 304 224 144 0 100.0 6 | r 224 144 288 80 0 100.0 7 | r 384 144 448 80 0 100.0 8 | r 448 80 288 80 0 100.0 9 | r 448 80 448 240 0 100.0 10 | r 448 240 384 304 0 100.0 11 | r 224 304 288 240 0 100.0 12 | r 288 240 448 240 0 100.0 13 | r 288 240 288 80 0 100.0 14 | 82 448 80 448 32 0 0 40.0 5.0 0.0 0.0 0.5 15 | g 224 304 224 336 0 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/inductkick-snub.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 42 2 | v 176 304 176 128 0 0 40.0 5.0 0.0 3 | w 176 304 224 304 0 4 | w 336 304 288 304 0 5 | s 224 304 288 304 0 false false 6 | w 288 304 288 336 0 7 | w 224 304 224 336 0 8 | c 224 336 288 336 0 5.0E-10 -0.0 9 | l 176 128 336 128 0 1.0 0 10 | r 336 128 336 304 0 100.0 11 | w 176 128 176 80 0 12 | w 336 128 336 80 0 13 | r 256 80 176 80 0 100.0 14 | c 256 80 336 80 0 9.999999999999999E-6 0.04169291603818248 15 | o 7 64 0 3 5.0 0.05 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ujtosc.txt: -------------------------------------------------------------------------------- 1 | $ 65 0.0000049999999999999996 0.23988752939670982 62 5 50 5e-11 2 | r 496 176 496 48 0 470 3 | r 352 48 352 176 0 100000 4 | c 352 176 352 304 0 1e-8 5.060465273168598 0.001 5 | r 496 208 496 384 0 47 6 | g 496 384 496 400 0 0 7 | g 352 368 352 400 0 0 8 | R 352 48 272 48 0 0 40 10 0 0 0.5 9 | w 352 48 496 48 0 10 | r 352 304 352 368 0 1 11 | 417 416 176 496 176 1 12 | r 352 176 416 176 0 10 13 | o 2 2 0 4099 10 0.05 0 2 2 3 14 | o 10 2 0 4097 0.625 0.05 1 2 10 3 15 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/allpass1.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.634267539816555 50 5.0 50 2 | a 320 224 416 224 0 15.0 -15.0 3 | r 320 208 240 208 0 1000.0 4 | r 320 240 240 240 0 1000.0 5 | w 320 208 320 144 0 6 | r 320 144 416 144 0 1000.0 7 | w 416 144 416 224 0 8 | c 320 240 320 320 0 1.0E-6 -3.138168736927825 9 | g 320 320 320 336 0 10 | w 240 208 240 240 0 11 | 170 240 208 192 208 3 10.0 2000.0 5.0 0.1 12 | O 416 224 480 224 0 13 | o 9 8 0 34 6.0 0.00625 0 -1 input 14 | o 10 8 0 34 6.0 9.765625E-55 0 -1 output 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/divideby3.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | 155 112 192 144 192 0 0.0 3 | 155 304 192 352 192 0 0.0 4 | w 304 176 304 192 0 5 | w 304 224 304 304 0 6 | w 112 224 112 304 0 7 | w 112 304 304 304 0 8 | w 112 192 112 128 0 9 | w 400 128 400 192 0 10 | w 112 128 208 128 0 11 | w 208 128 208 160 0 12 | w 208 128 400 128 0 13 | R 112 224 48 224 1 2 150.1 2.5 2.5 14 | M 400 192 464 192 0 15 | 153 208 176 304 176 0 2 0.0 16 | o 11 32 0 14 5.0 9.765625E-5 0 17 | o 12 32 0 14 5.0 9.765625E-5 0 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/relayosc.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 124.26481670549957 50 5 50 5e-11 2 | 178 624 304 752 304 6 1 0.2 -0.020210235015409483 0.05 1000000 0.02 20 0.015 0.005 2 3 | c 752 448 624 448 0 0.0033 0.42866464398243 0.001 4 | w 752 336 752 448 0 5 | g 624 448 624 496 0 0 6 | r 752 336 848 336 0 150 7 | w 752 288 848 288 0 8 | w 848 288 848 336 0 9 | R 624 304 560 304 0 0 40 5 0 0 0.5 10 | w 624 336 624 448 0 11 | O 848 336 912 336 0 0 12 | o 9 64 0 4098 5 0.1 0 1 13 | o 4 64 0 4099 5 0.05 1 2 4 3 14 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tlmis1.txt: -------------------------------------------------------------------------------- 1 | $ 0 5.0E-12 23.25989509352673 50 5.0 50 2 | 171 128 192 304 192 0 1.0E-8 75.0 64 0.0 3 | r 128 192 80 192 0 75.0 4 | w 80 256 128 256 0 5 | w 512 192 544 192 0 6 | w 512 256 544 256 0 7 | r 544 192 544 256 0 500.0 8 | v 80 256 80 192 0 1 1.87E8 5.0 0.0 0.0 0.03 9 | g 304 256 304 272 0 10 | g 336 256 336 272 0 11 | g 512 256 512 272 0 12 | 171 336 192 512 192 0 1.0E-8 500.0 64 0.0 13 | w 304 192 336 192 0 14 | o 1 64 0 34 4.0 0.025 0 -1 15 | o 5 64 0 34 5.0 0.00625 1 -1 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/transformerdc.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 50 5 42 2 | v 176 272 176 144 0 0 60 10 0 0 0.5 3 | w 352 224 352 272 0 4 | T 272 192 352 192 0 10 1 0 0 0.999 5 | w 272 192 272 144 0 6 | w 272 224 272 272 0 7 | r 272 144 176 144 0 100 8 | w 176 272 272 272 0 9 | w 352 272 448 272 0 10 | w 352 144 448 144 0 11 | r 448 144 448 272 0 300 12 | w 352 192 352 144 0 13 | g 176 272 176 288 0 14 | g 352 272 352 288 0 15 | o 0 64 0 4099 10 0.1 0 2 0 3 16 | o 9 64 0 4099 10 0.025 1 2 9 3 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/transformerup.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 9.001713130052181 43 5 42 2 | v 176 272 176 144 0 1 60 10 0 0 0.5 3 | w 352 224 352 272 0 4 | T 272 192 352 192 0 1 10 0 0 0.999 5 | w 272 192 272 144 1 6 | w 272 224 272 272 0 7 | r 272 144 176 144 0 0.1 8 | w 176 272 272 272 0 9 | w 352 272 448 272 0 10 | w 352 144 448 144 0 11 | r 448 144 448 272 0 2000 12 | w 352 192 352 144 1 13 | g 176 272 176 288 0 14 | g 448 272 448 288 0 15 | o 0 64 0 4099 10 0.8 0 2 0 3 16 | o 9 64 0 4099 160 0.05 1 2 9 3 17 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/bandpass.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 50 5.0 46 2 | w 352 144 352 208 0 3 | w 352 288 352 336 0 4 | w 304 288 352 288 0 5 | w 352 288 400 288 0 6 | w 304 208 352 208 0 7 | w 352 208 400 208 0 8 | l 304 208 304 288 0 0.5 0 9 | c 400 208 400 288 0 3.17E-5 0 10 | r 240 144 352 144 0 250.0 11 | O 352 144 448 144 0 12 | g 352 336 352 352 0 13 | 170 240 144 208 144 3 10.0 150.0 5.0 0.5 14 | o 11 128 0 34 5.0 9.765625E-5 0 -1 15 | o 9 128 0 34 5.0 9.765625E-5 1 -1 16 | h 1 6 7 17 | 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/transformer.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 9.001713130052181 54 5 50 2 | v 176 272 176 144 0 1 60 10 0 0 0.5 3 | w 352 224 352 272 0 4 | T 272 192 352 192 0 100 1 0 0 0.999 5 | w 272 192 272 144 0 6 | w 272 224 272 272 0 7 | r 272 144 176 144 0 0.1 8 | w 176 272 272 272 0 9 | w 352 272 448 272 0 10 | w 352 144 448 144 0 11 | r 448 144 448 272 0 1000 12 | w 352 192 352 144 0 13 | g 176 272 176 288 0 14 | g 352 272 352 288 0 15 | o 0 64 0 4099 10 0.0125 0 2 0 3 16 | o 9 64 0 4099 10 0.0125 1 2 9 3 17 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/AbsoluteValue.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class AbsoluteValue { 4 | private AbsoluteValue() { 5 | } 6 | 7 | /** 8 | * Returns the absolute value of a number. 9 | * 10 | * @param number The number to be transformed 11 | * @return The absolute value of the {@code number} 12 | */ 13 | public static int getAbsValue(int number) { 14 | return number < 0 ? -number : number; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/天山固网2024-字符串逃逸/exp.php: -------------------------------------------------------------------------------- 1 | test1 = "system"; 8 | $this->test2 = "cat /fl*"; 9 | } 10 | } 11 | class C1 { 12 | public $test1; 13 | 14 | public function __construct() { 15 | $this->test1 = new D1(); 16 | } 17 | } 18 | // echo serialize(new C1()); 19 | $c = new C1(); 20 | $a = array(11,$c); 21 | echo serialize($a); -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/currentsrcramp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 15 53 10.0 2 | t 176 256 240 256 0 1 0.6557323083416877 0.6568475020864442 3 | r 240 272 240 320 0 100.0 4 | g 240 320 240 352 0 5 | R 176 256 128 256 0 0 40.0 2.0 0.0 6 | w 240 240 240 192 0 7 | w 240 192 336 192 0 8 | w 240 96 336 96 0 9 | R 240 96 240 48 0 0 40.0 10.0 0.0 10 | c 240 96 240 192 0 4.9999999999999996E-5 0 11 | r 336 96 336 192 0 10000.0 12 | w 240 96 192 96 0 13 | w 240 192 192 192 0 14 | s 192 96 192 192 0 true true 15 | o 9 128 0 2 10.0 7.8125E-4 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/follower.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | w 256 96 352 96 0 3 | r 256 96 256 192 0 800.0 4 | r 256 192 256 304 0 800.0 5 | t 256 192 352 192 0 1 -3.439010340565611 0.6536862364091407 6 | w 352 96 352 176 0 7 | r 352 208 352 304 0 40.0 8 | w 256 304 352 304 0 9 | c 208 192 256 192 0 3.0E-6 1.5823558905147017 10 | R 208 192 160 192 0 1 40.0 5.0 0.0 11 | g 256 304 256 336 0 12 | R 256 96 160 96 0 0 40.0 5.0 0.0 13 | O 352 208 416 208 0 14 | o 2 64 0 2 5.0 0.0015625 15 | o 11 64 0 2 5.0 9.765625E-5 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/indmultind.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 53 5.0 46 2 | v 224 144 224 80 2 1 80.0 5.0 0.0 3 | r 224 80 384 80 0 100.0 4 | w 224 144 384 144 0 5 | v 224 240 224 176 2 1 80.0 5.0 0.0 6 | r 224 176 384 176 0 100.0 7 | w 224 240 384 240 0 8 | v 224 336 224 272 2 1 80.0 5.0 0.0 9 | w 224 336 384 336 0 10 | r 224 272 384 272 0 100.0 11 | l 384 80 384 144 0 1.0 0 12 | l 384 176 384 240 0 0.4 0 13 | l 384 272 384 336 0 0.02 0 14 | o 9 64 0 17 10.0 0.05 0 15 | o 10 64 0 17 5.0 0.05 1 16 | o 11 64 0 17 5.0 0.05 2 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/lrc.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 50 5 43 5e-11 2 | r 176 80 384 80 0 10 3 | s 384 80 448 80 0 1 false 4 | w 176 80 176 352 0 5 | c 384 352 176 352 0 0.000015 -9.86 -10 6 | l 384 80 384 352 0 1 0.03 0 7 | v 448 352 448 80 0 0 40 5 0 0 0.5 8 | r 384 352 448 352 0 100 9 | o 4 64 0 4099 20 0.05 0 2 4 3 10 | o 3 64 0 4099 20 0.05 1 2 3 3 11 | o 0 64 0 4099 0.625 0.05 2 2 0 3 12 | 38 3 0 0.000001 0.000101 Capacitance 13 | 38 4 0 0.01 1.01 Inductance 14 | 38 0 0 1 101 Resistance 15 | h 1 4 3 16 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level6/source: -------------------------------------------------------------------------------- 1 | get_key() == "protected_key" && $private_key->get_key() == "private_key"){ 8 | echo $flag; 9 | } else { 10 | echo "We Call it %00_Contr0l_Characters_NULL!"; 11 | } 12 | } else { 13 | highlight_file(__FILE__); 14 | } -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/moscurrentramp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 15.50424758475255 55 10.0 50 2 | r 320 304 320 352 0 10.0 3 | g 320 352 320 384 0 4 | R 256 288 208 288 0 0 40.0 2.5 0.0 0.0 0.5 5 | w 320 272 320 224 0 6 | w 320 224 416 224 0 7 | w 320 128 416 128 0 8 | R 320 128 320 80 0 0 40.0 10.0 0.0 0.0 0.5 9 | c 320 128 320 224 0 4.9999999999999996E-5 0 10 | r 416 128 416 224 0 10000.0 11 | w 320 128 272 128 0 12 | w 320 224 272 224 0 13 | s 272 128 272 224 0 1 true 14 | f 256 288 320 288 0 1.5 15 | o 8 128 0 34 10.0 7.8125E-4 0 -1 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/res-series.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 15 48 5.0 2 | v 80 112 80 32 0 1 35.0 5.0 0.0 3 | v 80 224 80 144 0 1 41.09 5.0 0.0 4 | v 80 336 80 256 0 1 45.0 5.0 0.0 5 | r 80 32 432 32 0 10.0 6 | c 432 32 432 112 0 1.5E-5 0 7 | l 80 112 432 112 0 1.0 0 8 | r 80 144 432 144 0 10.0 9 | c 432 144 432 224 0 1.5E-5 0 10 | l 80 224 432 224 0 1.0 0 11 | r 80 256 432 256 0 10.0 12 | c 432 256 432 336 0 1.5E-5 0 13 | l 80 336 432 336 0 1.0 0 14 | h 1 5 4 15 | o 4 64 0 3 20.0 0.1 16 | o 7 64 0 3 160.0 0.8 17 | o 10 64 0 3 40.0 0.2 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/volttriple.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 53 15.0 45 2 | d 208 160 208 256 0 3 | d 208 256 288 256 0 4 | w 288 256 288 160 0 5 | c 208 160 288 160 0 9.999999999999999E-5 0 6 | c 208 256 208 336 0 9.999999999999999E-5 0 7 | d 288 160 368 160 0 8 | c 368 160 368 336 0 9.999999999999999E-5 0 9 | w 368 160 432 160 0 10 | r 432 160 432 336 0 40000.0 11 | g 208 336 208 352 0 12 | g 368 336 368 352 0 13 | g 432 336 432 352 0 14 | R 208 160 160 160 0 1 120.0 15.0 0.0 15 | o 12 64 0 3 80.0 0.00625 16 | o 8 64 0 3 80.0 0.00625 17 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/mkcert-master/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Question 🙋 3 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a 4 | about: Have a question about how to use mkcert? 5 | - name: Feature request or suggestion 6 | url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas 7 | about: Wish mkcert had a feature it doesn't currently have? 8 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/bandnoise.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000015625 89.03963197220334 50 5 46 2 | w 592 272 592 336 0 3 | w 592 416 592 464 0 4 | w 544 416 592 416 0 5 | w 592 416 640 416 0 6 | w 544 336 592 336 0 7 | w 592 336 640 336 0 8 | l 544 336 544 416 0 0.0005995841272856994 -0.009980285871804677 9 | c 640 336 640 416 0 0.00016898576701991088 0.01821746545171494 10 | r 480 272 592 272 0 200 11 | g 592 464 592 480 0 12 | n 480 272 432 272 0 1 40 5 0 0 0.5 13 | 211 592 272 688 272 0 1 8000 1 14 | o 11 32 0 3106 0.3125 0.00009765625 0 -1 0 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cmosnor.txt: -------------------------------------------------------------------------------- 1 | $ 0 5.0E-6 10 50 5.0 2 | f 272 144 336 144 5 3 | w 336 160 336 192 0 4 | R 336 128 336 80 0 0 40.0 5.0 0.0 5 | f 272 208 336 208 5 6 | w 336 224 336 240 0 7 | w 336 240 336 256 0 8 | f 272 272 336 272 4 9 | M 336 240 400 240 0 10 | f 176 272 240 272 4 11 | w 240 240 240 256 0 12 | w 240 240 336 240 0 13 | g 240 288 240 320 0 14 | g 336 288 336 320 0 15 | w 272 208 272 272 0 16 | w 176 144 176 272 0 17 | w 176 144 272 144 0 18 | L 176 144 128 144 0 false false 19 | L 272 208 128 208 0 false false 20 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/darlington.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 56 5.0 50 2 | t 368 288 400 288 0 1 -4.687537934791563 0.09853954519174213 100.0 3 | r 304 112 304 208 0 2000000.0 4 | s 304 208 304 288 0 1 false 5 | w 304 112 448 112 0 6 | r 448 112 448 224 0 300.0 7 | w 448 320 448 384 1 8 | t 400 304 448 304 0 1 -4.786077479983305 0.2139223639566944 100.0 9 | w 400 272 400 224 0 10 | w 400 224 448 224 0 11 | w 448 224 448 288 0 12 | w 368 288 304 288 1 13 | R 304 112 240 112 0 0 40.0 5.0 0.0 0.0 0.5 14 | g 448 384 448 400 0 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/triacdimmer.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 58.6985430941709 50 120 50 2 | g 1360 528 1360 544 0 3 | w 1264 272 1360 272 0 4 | r 1264 272 1264 432 0 16087 5 | R 1184 272 1136 272 0 1 60 169.7056274847714 0 0 0.5 6 | 206 1360 272 1312 528 0 0.011 0.008 100 false 7 | c 1264 432 1264 528 0 0.000001 -4.5380069342613405 8 | g 1264 528 1264 544 0 9 | 203 1264 432 1328 432 0 500 100000000 30 0.01 10 | 181 1184 272 1264 272 0 1325.2174570769737 100 120 0.4 0.4 11 | o 3 32 0 4867 320 1.6 0 2 3 3 12 | 38 2 0 100 22000 Phase\sControl 13 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/mkcert-master/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the list of mkcert authors for copyright purposes. 2 | # 3 | # This does not necessarily list everyone who has contributed code, since in 4 | # some cases, their employer may be the copyright holder. To see the full list 5 | # of contributors, see the revision history in source control. 6 | 7 | Google LLC 8 | Adam Shannon 9 | Chad Retz 10 | Travis Campbell 11 | Carl Henrik Lunde 12 | -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Encryption/Exception/CryptoException.cs: -------------------------------------------------------------------------------- 1 | namespace Shadowsocks.Encryption.Exception 2 | { 3 | public class CryptoErrorException : System.Exception 4 | { 5 | public CryptoErrorException() 6 | { 7 | } 8 | 9 | public CryptoErrorException(string msg) : base(msg) 10 | { 11 | } 12 | 13 | public CryptoErrorException(string message, System.Exception innerException) : base(message, innerException) 14 | { 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/nandff.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 1.5 50 5.0 50 2 | 151 256 160 368 160 0 2 0.0 3 | 151 256 288 368 288 0 2 5.0 4 | w 368 160 368 192 0 5 | w 368 192 256 256 0 6 | w 368 288 368 256 0 7 | w 368 256 256 192 0 8 | w 256 192 256 176 0 9 | w 256 256 256 272 0 10 | L 256 304 176 304 0 false true 5.0 0.0 11 | L 256 144 176 144 0 false true 5.0 0.0 12 | M 368 160 448 160 0 2.5 13 | M 368 288 448 288 0 2.5 14 | x 159 120 175 120 0 24 set 15 | x 438 138 454 138 0 24 Q 16 | x 147 281 163 281 0 24 reset 17 | x 438 266 454 266 2 24 Q 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/invertamp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 53 5.0 2 | f 272 176 336 176 1 3 | f 272 272 336 272 0 4 | w 336 192 336 224 0 5 | w 336 224 336 256 0 6 | w 272 176 272 224 0 7 | w 272 224 272 272 0 8 | R 336 160 336 112 0 0 40.0 5.0 0.0 9 | g 336 288 336 320 0 10 | c 272 224 208 224 0 1.0E-7 2 11 | R 208 224 160 224 0 1 250.0 0.01 0.0 12 | w 336 224 416 224 0 13 | w 416 224 416 64 0 14 | r 416 64 272 64 0 1000000.0 15 | w 272 64 272 176 0 16 | O 416 224 496 224 0 17 | o 9 32 0 2 0.01953125 1.220703125E-5 18 | o 14 32 0 2 5.0 9.765625E-5 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/transformerdown.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 9.001713130052181 47 5 30 2 | v 176 272 176 144 0 1 60 169.7056274847714 0 1.5707963267948966 0.5 3 | w 352 224 352 272 0 4 | T 272 192 352 192 0 1000 0.1 0 0 0.999 5 | w 272 192 272 144 1 6 | w 272 224 272 272 0 7 | r 272 144 176 144 0 20 8 | w 176 272 272 272 0 9 | w 352 272 448 272 0 10 | w 352 144 448 144 0 11 | r 448 144 448 272 0 300 12 | w 352 192 352 144 1 13 | g 176 272 176 288 0 14 | g 448 272 448 288 0 15 | o 0 64 0 20483 320 0.025 0 2 0 3 16 | o 9 64 0 20483 20 0.1 1 2 9 3 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/555schmitt.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 56 5 50 2 | 165 304 160 416 160 4 0 3 | w 256 128 368 128 0 4 | R 256 128 144 128 0 0 40 5 0 0 0.5 5 | O 432 224 496 224 0 6 | w 256 288 256 256 0 7 | w 256 256 304 256 0 8 | w 256 288 304 288 0 9 | v 256 256 192 256 0 1 400 1 0 0 0.5 10 | R 192 256 144 256 0 1 40 2.5 2.5 0 0.5 11 | p 256 288 256 336 0 0 12 | g 256 336 256 352 0 13 | g 400 320 400 336 0 14 | w 368 128 432 128 0 15 | w 432 128 432 192 0 16 | o 9 64 0 4102 6.1 0.00009765625 0 1 17 | o 3 64 0 4102 5 0.00009765625 0 1 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/indseries.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | v 48 336 48 64 0 0 40.0 5.0 0.0 3 | S 144 144 144 64 0 false false 1 4 | w 240 64 240 336 0 5 | r 48 336 144 336 0 100.0 6 | r 144 336 240 336 0 100.0 7 | w 48 64 128 64 0 8 | w 160 64 240 64 0 9 | r 288 336 384 336 0 100.0 10 | r 384 336 480 336 0 100.0 11 | w 480 64 480 336 0 12 | S 384 144 384 64 0 false false 1 13 | w 288 64 368 64 0 14 | w 400 64 480 64 0 15 | v 288 336 288 64 0 0 40.0 5.0 0.0 16 | l 384 144 384 336 0 1.0 0 17 | l 144 144 144 240 0 0.1 0 18 | l 144 240 144 336 0 0.9 0 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/motorprotect.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 42 5 50 5e-11 2 | 428 640 432 736 576 0 0.0613 6.73 false abc 3 | R 640 432 640 384 0 0 40 5 0 0 0.5 4 | R 688 432 688 384 0 0 40 5 0 0 0.5 5 | R 736 432 736 384 0 0 40 5 0 0 0.5 6 | r 640 624 640 688 0 0.5 7 | g 640 688 640 704 0 0 8 | r 688 624 688 688 0 111 9 | g 688 688 688 704 0 0 10 | r 736 624 736 688 0 1000 11 | g 736 688 736 704 0 0 12 | 426 848 416 848 576 6 abc 0.05 1000000 0 13 | R 848 416 848 384 0 0 40 5 0 0 0.5 14 | r 848 576 848 624 0 1000 15 | g 848 624 848 640 0 0 16 | -------------------------------------------------------------------------------- /electronic/war/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CircuitJS1", 3 | "short_name": "CircuitJS1", 4 | "start_url": "/circuit/circuitjs.html", 5 | "display": "standalone", 6 | "background_color": "#050510", 7 | "theme_color": "#00f3ff", 8 | "description": "Circuit Simulator", 9 | "icons": [ 10 | { 11 | "src": "/circuit/icon512.png", 12 | "sizes": "512x512", 13 | "type": "image/png" 14 | }, 15 | { 16 | "src": "/circuit/icon1024.png", 17 | "sizes": "128x128", 18 | "type": "image/png" 19 | } 20 | ] 21 | } 22 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/exerciseCollection/天山固网2024-字符串逃逸/exp.php: -------------------------------------------------------------------------------- 1 | test1 = "system"; 8 | $this->test2 = "cat /fl*"; 9 | } 10 | } 11 | class C1 { 12 | public $test1; 13 | 14 | public function __construct() { 15 | $this->test1 = new D1(); 16 | } 17 | } 18 | // echo serialize(new C1()); 19 | $c = new C1(); 20 | $a = array(11,$c); 21 | echo serialize($a); -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-sum.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 16 57 5.0 50 2 | a 288 208 432 208 0 15.0 -15.0 3 | w 288 128 288 192 0 4 | w 432 208 432 128 0 5 | r 288 128 432 128 0 1000.0 6 | w 288 224 288 272 0 7 | g 288 272 288 304 0 8 | w 288 192 240 192 0 9 | w 240 192 240 160 0 10 | w 240 192 240 224 0 11 | r 240 160 176 160 0 1000.0 12 | r 176 224 240 224 0 1000.0 13 | R 176 160 128 160 0 1 200.0 5.0 0.0 14 | R 176 224 128 224 0 2 20.0 2.0 0.0 15 | O 432 208 496 208 0 16 | o 11 64 0 2 5.0 0.025 0 17 | o 12 64 0 2 5.0 0.0125 0 18 | o 13 64 0 2 10.0 9.765625E-5 1 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ccitov.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 59 5.0 50 2 | S 224 320 224 240 0 1 false 0 3 | S 224 160 224 240 0 1 false 0 4 | w 144 160 144 240 0 5 | w 144 240 144 320 0 6 | r 144 240 208 240 0 1000.0 7 | i 144 160 224 160 0 0.0010 8 | i 144 320 224 320 0 0.0020 9 | O 304 176 304 80 1 10 | w 240 240 304 240 1 11 | r 304 240 304 320 0 1000.0 12 | g 304 320 304 336 0 13 | 179 304 176 368 176 0 1.0 14 | g 400 208 400 288 0 15 | R 144 240 96 240 0 0 40.0 5.0 0.0 0.0 0.5 16 | o 8 64 0 33 2.5 0.003125 0 -1 17 | o 7 64 0 34 5.0 9.765625E-5 1 -1 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/relaxosc.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000015625 0.8031194996067259 61 10 50 2 | a 304 368 432 368 0 15 -15 1000000 -1.5681323209337186 -7.500296600717604 3 | w 304 352 304 304 0 4 | r 304 304 432 304 0 10000 5 | w 432 304 432 368 0 6 | w 432 368 432 432 0 7 | r 432 432 304 432 0 100000 8 | w 304 384 304 432 0 9 | r 304 432 208 432 0 100000 10 | g 208 432 208 464 0 11 | c 304 304 208 304 0 4e-7 -1.5681323209337186 12 | g 208 304 208 336 0 13 | 211 432 368 512 368 0 1 8000 1 14 | o 9 8 0 2083 10 0.0125 0 -1 0 15 | o 11 16 0 2090 20 0.00009765625 1 -1 0 16 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level9/source: -------------------------------------------------------------------------------- 1 | flag_command); 21 | } 22 | } 23 | 24 | unserialize($_POST['o']); -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/indmultfreq.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 53 5.0 46 2 | v 176 96 176 32 2 1 30.0 5.0 0.0 3 | r 176 32 336 32 0 200.0 4 | w 176 96 336 96 0 5 | v 176 192 176 128 2 1 80.0 5.0 0.0 6 | r 176 128 336 128 0 200.0 7 | w 176 192 336 192 0 8 | v 176 288 176 224 2 1 200.0 5.0 0.0 9 | w 176 288 336 288 0 10 | r 176 224 336 224 0 200.0 11 | l 336 32 336 96 0 0.4 0.012667996353689499 12 | l 336 128 336 192 0 0.4 0.005302775030447975 13 | l 336 224 336 288 0 0.4 0.009241480515348987 14 | o 9 64 0 17 2.5 0.025 15 | o 10 64 0 17 5.0 0.025 16 | o 11 64 0 17 5.0 0.025 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/jfetamp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 32 60 5.0 53 2 | r 272 224 272 320 0 1675.0 3 | j 224 208 272 208 0 4 | R 224 208 176 208 0 1 40.0 0.1 0.0 5 | R 272 80 224 80 0 0 40.0 10.0 0.0 6 | r 272 80 272 192 0 1675.0 7 | c 272 192 384 192 0 1.0E-6 7.557166811906079 8 | r 384 192 384 320 0 50000.0 9 | g 384 320 384 352 0 10 | O 384 192 448 192 0 11 | w 272 224 320 224 0 12 | c 320 224 320 320 0 9.999999999999999E-5 2.459186829842572 13 | w 272 320 320 320 0 14 | g 272 320 272 352 0 15 | o 2 128 0 2 0.15625 9.765625E-5 0 16 | o 8 128 0 2 0.625 1.220703125E-5 1 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tllight.txt: -------------------------------------------------------------------------------- 1 | $ 1 1e-11 25.510281670702206 37 120 50 2 | 171 128 176 384 176 0 6.000000000000001e-8 300 64 0 3 | r 128 176 80 176 0 10 4 | w 80 240 128 240 0 5 | w 512 176 544 176 0 6 | w 512 240 544 240 0 7 | r 544 176 544 240 0 70 8 | v 80 240 80 176 0 1 60 169.7056274847714 0 1.5707963267948966 0.03 9 | g 384 240 384 256 0 10 | g 432 240 432 256 0 11 | g 512 240 512 256 0 12 | 171 432 176 512 176 0 1e-8 300 64 0 13 | s 384 176 432 176 0 0 false 14 | o 6 256 0 4099 320 3.2 0 2 6 3 15 | o 5 256 0 4099 0.0000762939453125 0.00009765625 1 2 5 3 16 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/LICENSE: -------------------------------------------------------------------------------- 1 | 2 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 3 | Version 2, December 2004 4 | 5 | Copyright (C) 2004 Sam Hocevar 6 | 7 | Everyone is permitted to copy and distribute verbatim or modified 8 | copies of this license document, and changing it is allowed as long 9 | as the name is changed. 10 | 11 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 12 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 13 | 14 | 0. You just DO WHAT THE FUCK YOU WANT TO. 15 | 16 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/capmultcaps.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 54 5.0 50 2 | v 176 96 176 32 0 1 80.0 5.0 0.0 3 | r 176 32 336 32 0 200.0 4 | c 336 32 336 96 0 7.999999999999999E-5 -0.5102063628995691 5 | w 176 96 336 96 0 6 | v 176 192 176 128 0 1 80.0 5.0 0.0 7 | r 176 128 336 128 0 200.0 8 | w 176 192 336 192 0 9 | c 336 128 336 192 0 1.0E-5 -3.485547023514335 10 | v 176 288 176 224 0 1 80.0 5.0 0.0 11 | w 176 288 336 288 0 12 | c 336 224 336 288 0 1.0E-6 -3.321428082201859 13 | r 176 224 336 224 0 200.0 14 | o 2 64 0 1 1.25 0.05 15 | o 7 64 0 1 5.0 0.05 16 | o 10 64 0 1 5.0 0.05 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/capseries.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | v 48 336 48 64 0 0 40.0 5.0 0.0 3 | S 144 144 144 64 0 false false 1 4 | w 240 64 240 336 0 5 | r 48 336 144 336 0 100.0 6 | r 144 336 240 336 0 100.0 7 | c 144 144 144 240 0 0.0010 0 8 | c 144 240 144 336 0 9.999999999999999E-5 0 9 | w 48 64 128 64 0 10 | w 160 64 240 64 0 11 | r 288 336 384 336 0 100.0 12 | r 384 336 480 336 0 100.0 13 | w 480 64 480 336 0 14 | S 384 144 384 64 0 false false 1 15 | w 288 64 368 64 0 16 | w 400 64 480 64 0 17 | c 384 144 384 336 0 9.091E-5 0 18 | v 288 336 288 64 0 0 40.0 5.0 0.0 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cmosnand.txt: -------------------------------------------------------------------------------- 1 | $ 0 5.0E-6 10 50 5.0 2 | f 288 128 352 128 5 3 | f 288 224 352 224 4 4 | w 352 144 352 176 0 5 | w 352 176 352 208 0 6 | M 352 176 416 176 0 7 | f 288 288 352 288 4 8 | w 352 240 352 272 0 9 | g 352 304 352 336 0 10 | w 288 128 288 224 0 11 | f 192 128 256 128 5 12 | w 256 80 256 112 0 13 | w 256 80 352 80 0 14 | w 352 80 352 112 0 15 | R 256 80 192 80 0 0 40.0 5.0 0.0 16 | w 192 128 192 288 0 17 | w 192 288 288 288 0 18 | L 288 224 128 224 0 false false 19 | L 192 288 128 288 0 false false 20 | w 256 144 256 176 0 21 | w 256 176 352 176 0 22 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level1/source: -------------------------------------------------------------------------------- 1 | flag_string; 23 | } 24 | } 25 | 26 | $code = $_POST['code']; 27 | 28 | eval($code); 29 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-diff.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 57 5.0 50 2 | a 288 192 432 192 0 15.0 -15.0 3 | w 288 112 288 176 0 4 | w 432 192 432 112 0 5 | r 288 112 432 112 0 1000.0 6 | r 192 112 288 112 0 1000.0 7 | r 288 208 288 256 0 1000.0 8 | g 288 256 288 304 0 9 | r 288 208 192 208 0 1000.0 10 | R 192 112 128 112 0 1 60.0 5.0 0.0 11 | O 432 192 496 192 0 12 | v 192 208 128 208 0 2 120.0 1.0 0.0 13 | R 128 208 96 208 0 1 60.0 5.0 0.0 14 | p 192 208 192 256 0 15 | g 192 256 192 304 0 16 | o 8 64 0 2 7.0 0.025 0 17 | o 12 64 0 2 7.0 9.765625E-5 0 18 | o 9 64 0 2 2.5 2.44140625E-5 1 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ccdiff.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | 179 368 160 400 160 0 1.0 3 | c 368 160 304 160 0 1.0E-5 0 4 | r 304 160 256 160 0 1.0 5 | g 256 160 256 176 0 6 | r 464 192 544 192 0 100.0 7 | g 544 192 544 224 0 8 | 179 144 256 272 256 0 1.0 9 | r 144 256 96 256 0 100.0 10 | g 96 256 96 272 0 11 | w 368 288 368 224 0 12 | r 368 224 304 224 0 100.0 13 | g 304 224 304 240 0 14 | R 144 320 112 320 0 3 40.0 5.0 0.0 1.5707963267948966 0.5 15 | w 240 288 368 288 0 16 | o 10 64 0 33 2.5 0.05 0 -1 input 17 | o 4 64 0 33 0.5114672824837722 0.009 0 -1 output 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ccint.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 50 5.0 50 2 | 179 368 160 400 160 0 1.0 3 | g 304 160 304 176 0 4 | r 464 192 544 192 0 100.0 5 | g 544 192 544 224 0 6 | 179 144 256 272 256 0 1.0 7 | r 144 256 96 256 0 100.0 8 | g 96 256 96 272 0 9 | w 368 288 368 224 0 10 | g 304 224 304 240 0 11 | R 144 320 112 320 0 2 40.0 5.0 0.0 1.5707963267948966 0.5 12 | w 240 288 368 288 0 13 | c 304 224 368 224 0 1.0E-5 -5.786500000000048 14 | r 304 160 368 160 0 1000.0 15 | o 10 64 0 33 20.0 0.1 0 -1 input 16 | o 2 64 0 33 2.3384026197294445 0.046768052394588894 0 -1 output 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cmosinverterslow.txt: -------------------------------------------------------------------------------- 1 | $ 1 3.0E-13 10 52 5.0 2 | f 272 144 336 144 1 3 | f 272 240 336 240 0 4 | w 336 160 336 192 0 5 | w 336 192 336 224 0 6 | w 272 144 272 192 0 7 | w 272 192 272 240 0 8 | M 336 192 400 192 0 9 | R 336 128 336 80 0 0 40.0 5.0 0.0 10 | g 336 256 336 288 0 11 | w 272 192 208 192 0 12 | c 208 192 208 256 0 1.0000000000000001E-11 4.81990995096849 13 | g 208 256 208 288 0 14 | r 208 192 144 192 0 100.0 15 | L 144 192 96 192 0 false false 16 | o 10 64 0 2 5.0 0.0015625 17 | o 0 64 0 3 5.0 9.765625E-5 18 | o 1 64 0 3 7.62939453125E-5 9.765625E-5 19 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level5/demo: -------------------------------------------------------------------------------- 1 | "Hello",b=>"CTF"); 22 | $a_string = "HelloCTF"; 23 | $a_number = 678470; 24 | $a_boolean = true; 25 | $a_null = null; 26 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/dtlnand.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 54 5.0 2 | g 336 272 336 320 0 3 | r 240 176 240 96 0 4700.0 4 | r 336 96 336 176 0 1000.0 5 | w 336 176 336 240 0 6 | M 336 176 432 176 0 7 | w 240 96 336 96 0 8 | t 288 256 336 256 0 1 0.585207666112351 0.6224167269732703 9 | d 240 256 288 256 0 10 | d 240 256 192 256 0 11 | L 192 256 144 256 0 false false 12 | R 240 96 144 96 0 0 40.0 5.0 0.0 13 | d 240 224 192 224 0 14 | d 240 288 192 288 0 15 | w 240 176 240 224 0 16 | w 240 224 240 256 0 17 | w 240 256 240 288 0 18 | L 192 224 144 224 0 false false 19 | L 192 288 144 288 0 false false 20 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/impedance.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 4.798788906309526 54 5.0 48 2 | v 240 176 240 112 0 1 80.0 5.0 0.0 1.5707963267948966 0.5 3 | r 240 112 400 112 0 100.0 4 | w 240 176 400 176 0 5 | v 240 368 240 304 0 1 80.0 5.0 0.0 1.5707963267948966 0.5 6 | w 240 368 400 368 0 7 | r 240 304 400 304 0 100.0 8 | l 400 112 400 176 0 0.34458 3.979221357045121E-4 9 | c 400 304 400 368 0 1.1486E-5 2.224479357247581 10 | w 240 272 400 272 0 11 | v 240 272 240 208 0 1 80.0 5.0 0.0 1.5707963267948966 0.5 12 | w 240 208 400 208 0 13 | r 400 208 400 272 0 200.0 14 | o 6 32 3 4113 5 0.051 0 3 11 3 7 3 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/nic-r.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | a 128 144 256 144 1 3 | w 128 128 128 80 0 4 | r 128 80 256 80 0 100.0 5 | w 256 80 256 144 0 6 | w 128 160 128 208 0 7 | r 128 208 256 208 0 100.0 8 | w 256 144 256 208 0 9 | g 128 288 128 320 0 10 | R 128 128 48 128 0 1 100.0 5.0 0.0 11 | R 416 128 336 128 0 1 100.0 5.0 0.0 12 | g 416 288 416 320 0 13 | r 128 208 128 288 0 150.0 14 | r 416 208 416 288 0 150.0 15 | w 416 128 416 208 0 16 | o 8 64 0 35 5.0 0.1 0 -1 nic 17 | o 8 64 0 99 5.0 0.1 1 -1 nic I/V 18 | o 9 64 0 35 5.0 0.1 2 -1 normal 19 | o 9 64 0 99 5.0 0.1 3 -1 normal I/V 20 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/twint.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 50 5.0 50 2 | r 192 112 304 112 0 100.0 3 | r 304 112 416 112 0 100.0 4 | c 192 272 304 272 0 2.6524999999999998E-5 0 5 | c 304 272 416 272 0 2.6524999999999998E-5 0 6 | c 304 112 304 176 0 5.3049999999999995E-5 0 7 | g 304 176 304 208 0 8 | r 304 272 304 336 0 50.0 9 | g 304 336 304 368 0 10 | w 416 112 416 192 0 11 | w 416 192 416 272 0 12 | w 192 112 192 192 0 13 | w 192 192 192 272 0 14 | O 416 192 480 192 0 15 | 170 192 192 144 192 3 40.0 80.0 5.0 0.5 16 | o 13 32 0 34 5.0 0.025 0 -1 17 | o 12 32 0 34 5.0 9.765625E-5 1 -1 18 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/zenerreffollow.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 56 5.0 50 2 | R 240 128 192 128 0 1 40.0 2.0 8.8 0.0 0.5 3 | w 240 128 320 128 0 4 | r 320 128 320 208 0 10000.0 5 | t 320 208 400 208 0 1 -3.046294556431631 0.6320971159170448 100.0 6 | r 400 128 400 192 0 100.0 7 | w 320 128 400 128 0 8 | z 320 320 320 208 1 0.805904783 5.6 9 | w 400 224 400 256 0 10 | w 400 256 448 256 0 11 | r 448 256 448 320 0 500.0 12 | g 448 320 448 336 0 13 | g 320 320 320 336 0 14 | o 0 64 0 34 12.0 0.00625 0 -1 in 15 | o 9 64 0 35 5.0 0.0125 1 -1 out 16 | o 6 64 0 35 10.0 7.8125E-4 2 -1 zener 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/voltquad.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 53 15.0 45 2 | d 208 256 288 256 0 3 | c 208 160 288 160 0 9.999999999999999E-5 0 4 | d 288 160 368 160 0 5 | c 368 160 368 336 0 9.999999999999999E-5 0 6 | w 368 160 432 160 0 7 | r 432 160 432 336 0 50000.0 8 | g 208 336 208 352 0 9 | g 368 336 368 352 0 10 | g 432 336 432 352 0 11 | R 208 160 160 160 0 1 120.0 15.0 0.0 12 | d 208 336 208 256 0 13 | d 288 256 288 160 0 14 | c 288 256 288 336 0 9.999999999999999E-5 0 15 | g 288 336 288 352 0 16 | c 208 160 208 256 0 9.999999999999999E-5 0 17 | o 9 64 0 3 80.0 0.00625 18 | o 5 64 0 3 80.0 0.00625 19 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level9/source: -------------------------------------------------------------------------------- 1 | flag_command); 21 | } 22 | } 23 | 24 | unserialize($_POST['o']); -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/555pulsemod.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 4.818269829109882 56 5 50 2 | 165 240 128 256 128 4 0 3 | R 304 96 304 80 0 0 40 5 0 0 0.5 4 | R 304 288 304 336 0 3 20 2 3 0 0.5 5 | O 368 192 416 192 0 6 | w 240 160 208 160 0 7 | r 208 160 208 96 0 300 8 | w 208 96 304 96 0 9 | w 208 256 240 256 0 10 | c 208 256 208 304 0 0.000003 0.001 11 | g 208 304 208 320 0 12 | w 208 224 208 256 0 13 | w 208 224 240 224 0 14 | r 208 160 208 224 0 300 15 | w 304 96 368 96 0 16 | w 368 96 368 160 0 17 | g 336 288 336 304 0 18 | o 2 32 0 4102 5 0.000390625 0 2 2 3 ctl 19 | o 3 32 0 4102 5 0.00009765625 0 1 output 20 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-integ.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 57 5.0 50 2 | g 96 224 96 272 0 3 | w 336 112 336 160 0 4 | w 192 80 192 112 0 5 | w 192 112 192 144 0 6 | w 192 176 192 224 0 7 | a 192 160 336 160 0 15.0 -15.0 8 | c 192 112 336 112 0 5.8E-6 0 9 | O 336 160 400 160 0 10 | v 96 224 96 144 0 2 40.0 5.0 0.0 3.141592653589793 0.5 11 | v 96 144 96 80 0 2 80.0 2.0 0.0 0.0 0.5 12 | p 128 224 128 80 0 13 | w 96 224 128 224 0 14 | w 128 224 192 224 0 15 | w 96 80 128 80 0 16 | r 128 80 192 80 0 1000.0 17 | o 10 32 0 34 10.0 9.765625E-5 0 -1 input 18 | o 7 32 0 34 11.0 9.765625E-5 1 -1 integral 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/voltinvert.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 3.5 62 5.0 2 | 159 176 112 272 112 0 3 | 159 272 112 368 112 0 4 | c 272 112 272 208 0 1.0E-5 0 5 | 159 176 208 272 208 0 6 | 159 272 208 368 208 0 7 | g 368 112 368 144 0 8 | c 368 208 368 304 0 1.0E-5 0 9 | g 368 304 368 320 0 10 | g 176 208 176 240 0 11 | R 176 112 128 112 0 0 40.0 5.0 0.0 12 | w 224 128 224 224 0 13 | w 320 128 320 224 0 14 | w 224 224 224 288 0 15 | w 320 224 320 288 0 16 | I 224 288 320 288 0 17 | R 224 288 128 288 1 2 400.0 2.5 2.5 18 | w 368 208 432 208 0 19 | r 432 208 432 304 0 30000.0 20 | g 432 304 432 320 0 21 | O 432 208 496 208 1 22 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/capmultfreq.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 54 5.0 50 2 | v 224 144 224 80 0 1 15.0 5.0 0.0 3 | r 224 80 384 80 0 200.0 4 | c 384 80 384 144 0 2.9999999999999997E-5 0.4703928719421789 5 | w 224 144 384 144 0 6 | v 224 240 224 176 0 1 40.0 5.0 0.0 7 | r 224 176 384 176 0 200.0 8 | w 224 240 384 240 0 9 | c 384 176 384 240 0 2.9999999999999997E-5 2.2457974270921146 10 | v 224 336 224 272 0 1 80.0 5.0 0.0 11 | w 224 336 384 336 0 12 | c 384 272 384 336 0 2.9999999999999997E-5 -1.4536204423595571 13 | r 224 272 384 272 0 200.0 14 | o 2 64 0 17 2.5 0.05 0 15 | o 7 64 0 17 2.5 0.05 1 16 | o 10 64 0 17 2.5 0.05 2 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ttlnand.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 54 5.0 2 | R 192 112 112 112 0 0 40.0 5.0 0.0 3 | r 352 112 352 192 0 1000.0 4 | w 352 192 352 224 0 5 | t 192 192 192 240 0 1 0.5735476679612052 -4.40887239412782 6 | t 240 192 240 288 0 1 0.5735476679612052 0.5911276058721799 7 | t 288 240 352 240 0 1 -4.982420061888025 0.01757993791097478 8 | w 208 240 288 240 0 9 | w 256 288 288 288 0 10 | w 288 288 288 240 0 11 | w 192 192 240 192 0 12 | L 176 240 128 240 0 false false 13 | L 224 288 128 288 0 true false 14 | g 352 256 352 336 0 15 | w 192 112 352 112 0 16 | r 192 112 192 192 0 4700.0 17 | M 352 192 416 192 0 18 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/FactorialRecursion.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class FactorialRecursion { 4 | private FactorialRecursion() { 5 | } 6 | /** 7 | * Recursive FactorialRecursion Method 8 | * 9 | * @param n The number to factorial 10 | * @return The factorial of the number 11 | */ 12 | public static long factorial(int n) { 13 | if (n < 0) { 14 | throw new IllegalArgumentException("number is negative"); 15 | } 16 | return n == 0 || n == 1 ? 1 : n * factorial(n - 1); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/555lowduty.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 69 10 50 2 | 165 224 144 272 144 4 0 3 | w 224 176 192 176 0 4 | r 192 176 192 240 0 150000 5 | w 192 240 224 240 0 6 | w 192 240 192 272 0 7 | w 192 272 224 272 0 8 | w 192 272 192 352 0 9 | c 192 352 192 400 0 1e-7 0.001 10 | g 192 400 192 416 0 11 | r 192 352 304 352 0 10000 12 | d 352 352 304 352 2 default 13 | w 352 208 352 352 0 14 | R 288 112 288 80 0 0 40 10 0 0 0.5 15 | O 352 208 416 208 0 16 | g 320 304 320 320 0 17 | w 288 112 352 112 0 18 | w 352 112 352 176 0 19 | o 7 16 0 4099 10 0.0015625 0 2 7 3 20 | o 13 64 0 4106 10 0.00009765625 1 1 21 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/555square.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 5.023272298708815 64 7 50 2 | w 112 192 112 224 0 3 | w 112 224 176 224 0 4 | c 112 224 112 288 0 3e-7 0.001 5 | g 112 288 112 304 0 6 | r 112 192 112 64 0 1000000 7 | w 112 64 240 64 0 8 | R 112 64 80 64 0 0 40 10 0 0 0.5 9 | O 352 160 416 160 0 10 | 165 176 96 192 96 6 0 11 | w 240 64 304 64 0 12 | w 304 64 304 128 0 13 | w 352 160 304 160 0 14 | w 352 160 352 32 0 15 | r 352 32 160 32 0 10000 16 | w 160 32 160 192 0 17 | w 112 192 160 192 0 18 | w 160 192 176 192 0 19 | g 272 256 272 272 0 20 | o 2 32 0 4099 10 0.0015625 0 2 2 3 21 | o 7 16 0 4106 10 0.00009765625 1 1 22 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level1/source: -------------------------------------------------------------------------------- 1 | flag_string; 23 | } 24 | } 25 | 26 | $code = $_POST['code']; 27 | 28 | eval($code); 29 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level5/demo: -------------------------------------------------------------------------------- 1 | "Hello",b=>"CTF"); 22 | $a_string = "HelloCTF"; 23 | $a_number = 678470; 24 | $a_boolean = true; 25 | $a_null = null; 26 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tlfreq.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-12 13.200821376227164 50 5.0 50 2 | w 496 112 544 112 0 3 | w 496 176 544 176 0 4 | 170 128 112 96 112 2 1.0E8 5.0E8 5.0 4.0E-7 5 | g 176 176 176 192 0 6 | r 128 112 176 112 0 75.0 7 | g 544 176 544 192 0 8 | p 544 112 544 176 0 9 | 170 128 272 96 272 2 1.0E8 5.0E8 5.0 4.0E-7 10 | r 128 272 176 272 0 75.0 11 | w 496 272 544 272 0 12 | w 496 336 544 336 0 13 | w 544 272 544 336 0 14 | 171 176 272 496 272 0 5.0E-9 75.0 64 0.0 15 | 171 176 112 496 112 0 5.0E-9 75.0 64 0.0 16 | g 176 336 176 352 0 17 | g 544 336 544 352 0 18 | o 4 64 0 34 5.1 0.05 0 -1 19 | o 8 64 0 34 5.1 0.05 1 -1 20 | -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Encryption/IEncryptor.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Shadowsocks.Encryption 4 | { 5 | public interface IEncryptor : IDisposable 6 | { 7 | /* length == -1 means not used */ 8 | int AddrBufLength { set; get; } 9 | void Encrypt(byte[] buf, int length, byte[] outbuf, out int outlength); 10 | void Decrypt(byte[] buf, int length, byte[] outbuf, out int outlength); 11 | void EncryptUDP(byte[] buf, int length, byte[] outbuf, out int outlength); 12 | void DecryptUDP(byte[] buf, int length, byte[] outbuf, out int outlength); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cmosinvertercap.txt: -------------------------------------------------------------------------------- 1 | $ 1 1.0E-12 10 50 5.0 38 2 | f 224 144 288 144 1 3 | f 224 272 288 272 0 4 | w 288 160 288 208 0 5 | M 288 208 352 208 0 6 | w 288 128 288 96 0 7 | c 224 96 288 96 0 1.0000000000000001E-11 -5.000000000000001 8 | c 288 208 224 208 0 1.0000000000000001E-11 4.999999285714189 9 | w 224 144 224 208 0 10 | w 224 208 224 272 0 11 | w 288 208 288 256 0 12 | c 288 320 224 320 0 1.0000000000000001E-11 1.6279405589908862E-23 13 | w 288 288 288 320 0 14 | R 288 96 288 48 0 0 40.0 5.0 0.0 15 | L 224 208 160 208 0 true false 16 | g 288 320 288 368 0 17 | r 224 96 224 144 0 5.0 18 | r 224 272 224 320 0 5.0 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mosfetamp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 42.05934401203833 60 5.0 53 2 | r 208 176 208 272 0 4000.0 3 | R 160 160 112 160 0 1 40.0 0.05 0.0 0.0 0.5 4 | R 208 32 160 32 0 0 40.0 10.0 0.0 0.0 0.5 5 | r 208 32 208 144 0 4000.0 6 | c 208 144 320 144 0 1.0E-6 1.938598649739942 7 | r 320 144 320 272 0 50000.0 8 | g 320 272 320 304 0 9 | O 320 144 384 144 0 10 | w 208 176 256 176 0 11 | c 256 176 256 272 0 9.999999999999999E-5 8.054803335508433 12 | w 208 272 256 272 0 13 | f 160 160 208 160 0 1.5 14 | R 208 272 208 304 0 0 40.0 -10.0 0.0 0.0 0.5 15 | o 1 128 0 34 0.078125 4.8828125E-5 0 -1 16 | o 7 128 0 34 2.5 3.0517578125E-6 1 -1 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/relayxor.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000014999999999999999 10.20027730826997 47 5 50 5e-11 2 | 178 176 192 272 192 6 1 0.1 7.28406219943642e-39 0.05 1000000 0.02 50 0.02 0.005 0 3 | 178 400 192 304 192 6 1 0.1 1.780722267861095e-36 0.05 1000000 0.02 50 0.02 0.005 0 4 | w 272 176 304 208 0 5 | w 272 208 304 176 0 6 | R 176 192 144 192 0 0 40 5 0 0 0.5 7 | g 272 224 272 240 0 0 8 | g 304 224 304 240 0 0 9 | w 176 224 144 224 0 10 | w 400 224 432 224 0 11 | L 144 224 144 304 0 0 false 5 0 12 | L 432 224 432 304 0 0 false 5 0 13 | w 400 192 480 192 0 14 | r 480 192 480 272 0 100 15 | g 480 272 480 288 0 0 16 | M 480 192 528 192 0 2.5 17 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/tdosc.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.20027730826997 54 1.5 50 2 | R 160 176 128 176 0 0 40.0 1.5 0.0 0.0 0.5 3 | r 160 176 240 176 0 80.0 4 | r 240 176 240 288 0 24.0 5 | 175 240 176 320 176 0 6 | r 320 176 320 288 0 75.0 7 | l 448 176 448 288 0 0.2 0.0014801805180037042 8 | O 448 176 512 176 0 9 | g 240 288 240 304 0 10 | g 320 288 320 304 0 11 | g 448 288 448 304 0 12 | w 320 176 384 176 0 13 | c 384 176 384 288 0 3.9999999999999996E-5 -0.0973586411333848 14 | w 384 176 448 176 0 15 | g 384 288 384 304 0 16 | o 3 64 0 35 0.625 0.0125 0 -1 diode 17 | o 3 64 0 99 0.625 0.00625 1 -1 18 | o 6 64 0 34 0.3125 4.8828125E-5 2 -1 output 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/triangle.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000015625 0.37936678946831776 60 6 50 2 | a 160 368 272 368 0 15 -15 1000000 0 4.923874524099626 3 | w 160 384 160 448 0 4 | w 160 448 272 448 0 5 | r 272 368 272 448 0 10000 6 | a 384 384 496 384 0 15 -15 1000000 -0.000008932273847585113 0 7 | r 272 448 352 448 0 4000 8 | w 352 448 496 448 0 9 | w 496 448 496 384 0 10 | w 496 384 496 320 0 11 | c 384 320 496 320 0 4e-7 -0.8932363170323588 12 | w 384 320 384 368 0 13 | r 272 368 384 368 0 10000 14 | g 384 400 384 416 0 15 | w 160 352 128 352 0 16 | g 128 352 128 384 0 17 | 211 496 384 592 384 0 1 8000 1 18 | o 15 4 0 2082 10 0.000048828125 0 -1 0 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/conv-buckboost.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 1.700203994009402 50 5 50 2 | f 176 208 176 144 40 1.5 0.02 3 | R 160 144 96 144 0 0 40 5 0 0 0.5 4 | l 256 256 256 144 0 1 -0.02214699956348326 5 | d 320 144 256 144 2 default 6 | c 320 144 320 256 0 0.00001 -5.844616236263109 7 | w 320 256 256 256 0 8 | g 256 256 256 272 0 9 | r 448 144 448 256 0 1000 10 | w 448 256 320 256 0 11 | w 320 144 448 144 0 12 | O 448 144 496 144 3 1 13 | w 256 144 240 144 0 14 | w 240 144 192 144 0 15 | w 240 144 240 208 0 16 | v 240 208 176 208 0 2 1000 5 5 0 0.56 17 | o 14 4 0 53250 10 0.1 0 2 14 3 18 | o 10 4 0 4354 10 0.1 1 1 19 | 38 14 5 0 100 Duty\sCycle 20 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/3-invert.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 50 5.0 50 2 | f 336 352 384 352 6 3.25 3 | f 256 272 304 272 6 -1.75 4 | f 256 208 304 208 7 -1.75 5 | w 304 320 384 320 0 6 | w 384 320 384 336 0 7 | w 256 272 256 352 0 8 | w 256 352 336 352 0 9 | w 304 224 304 256 0 10 | R 304 192 304 160 0 0 40.0 2.5 0.0 0.0 0.5 11 | f 256 128 384 128 7 3.25 12 | w 256 128 256 208 0 13 | R 384 112 384 80 0 0 40.0 5.0 0.0 0.0 0.5 14 | g 384 368 384 400 0 15 | w 384 240 384 320 0 16 | w 384 144 384 240 0 17 | M 384 240 448 240 1 2.5 18 | w 256 272 256 240 0 19 | w 256 240 256 208 0 20 | L 256 240 192 240 1 2 false 5.0 0.0 21 | w 304 288 304 320 0 22 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/4way.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 3.046768661252054 42 120 15 2 | v 32 320 32 80 0 1 60 169.7056274847714 0 0 0.5 3 | r 480 80 480 320 0 150 4 | w 32 80 80 80 0 5 | S 336 176 240 176 0 0 false 2 2 6 | S 336 240 240 240 0 0 false 2 2 7 | w 432 80 480 80 0 8 | w 32 320 80 320 0 9 | w 80 320 480 320 0 10 | w 208 256 240 256 0 11 | w 208 160 240 160 0 12 | w 240 192 240 224 0 13 | S 80 208 176 208 0 0 false 0 2 14 | w 80 80 80 208 0 15 | w 176 224 240 224 0 16 | w 208 160 208 192 0 17 | w 176 192 208 192 0 18 | w 208 192 208 256 0 19 | S 432 208 336 208 0 0 false 0 2 20 | w 336 176 336 192 0 21 | w 336 224 336 240 0 22 | w 432 80 432 208 0 23 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/dac.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | w 208 128 208 192 0 3 | w 320 208 320 128 0 4 | r 208 128 320 128 0 160.6 5 | g 208 288 208 320 0 6 | w 208 192 176 192 0 7 | w 176 192 176 160 0 8 | r 176 160 112 160 0 200.0 9 | r 112 224 176 224 0 400.0 10 | L 112 160 80 160 0 true false 5.0 0.0 11 | L 112 224 80 224 0 false false 5.0 0.0 12 | w 176 160 176 96 0 13 | r 112 288 176 288 0 800.0 14 | r 112 96 176 96 0 100.0 15 | L 112 96 80 96 0 true false 5.0 0.0 16 | L 112 288 80 288 0 false false 5.0 0.0 17 | a 208 208 320 208 0 15.0 -15.0 18 | O 320 208 368 208 1 19 | w 208 224 208 288 0 20 | w 176 288 176 224 0 21 | w 176 224 176 192 0 22 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/majority.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 1.5 50 5.0 2 | L 128 144 64 144 0 true false 3 | L 128 208 64 208 0 true false 4 | L 128 272 64 272 0 false false 5 | w 128 208 128 176 0 6 | w 128 176 192 176 0 7 | w 128 144 144 144 0 8 | w 144 144 192 144 0 9 | w 128 208 128 224 0 10 | w 128 224 192 224 0 11 | w 144 144 144 304 0 12 | w 144 304 192 304 0 13 | w 128 272 128 256 0 14 | w 128 256 192 256 0 15 | w 128 272 128 336 0 16 | w 128 336 192 336 0 17 | 151 320 240 480 240 0 3 0.0 18 | w 320 160 320 224 0 19 | w 320 256 320 320 0 20 | 151 192 160 320 160 0 2 5.0 21 | 151 192 240 320 240 0 2 5.0 22 | 151 192 320 320 320 0 2 5.0 23 | M 480 240 544 240 0 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/conv-boost.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 2.008553692318767 50 5 50 5e-11 2 | f 208 192 256 192 32 1.5 0.02 3 | R 192 144 144 144 0 0 40 5 0 0 0.5 4 | w 256 176 256 144 0 5 | l 192 144 256 144 0 1 0.048109933742253856 0 6 | d 256 144 320 144 2 default 7 | w 320 256 256 256 0 8 | w 256 256 256 208 0 9 | g 256 256 256 272 0 0 10 | r 448 144 448 256 0 1000 11 | w 448 256 320 256 0 12 | w 320 144 448 144 0 13 | O 448 144 496 144 1 0 14 | v 208 256 208 192 0 2 1000 5 5 0 0.68 15 | w 208 256 256 256 0 16 | 209 320 144 320 256 0 0.00001 6.04061567522382 0.001 1 17 | o 12 4 0 53250 10 0.1 0 2 12 3 18 | o 11 4 0 20482 80 0.1 1 1 19 | 38 12 5 0 100 Duty\sCycle 20 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/wienbridge.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 50 5 50 2 | 181 160 112 240 112 0 300 0.5 6 0.04 0.04 3 | r 240 112 368 112 0 100 4 | a 240 160 368 160 0 15 -15 1000000 0 0 5 | w 240 112 240 144 0 6 | w 368 112 368 160 0 7 | c 160 176 208 176 0 0.000001 0.001 8 | r 160 224 208 224 0 1000 9 | w 208 176 208 224 0 10 | w 160 176 160 224 0 11 | w 160 176 160 112 0 12 | w 240 176 240 224 0 13 | w 240 224 208 224 0 14 | g 160 224 160 256 0 15 | r 240 224 320 224 0 1000 16 | c 320 224 368 224 0 0.000001 0.001 17 | w 368 160 368 224 0 18 | o 0 64 2 12547 0.0001 0.0001 0 1 0.0001 19 | o 15 8 0 4099 20 0.025 1 2 15 3 20 | o 0 8 0 4099 5 0.2 2 2 0 3 21 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level6/demo: -------------------------------------------------------------------------------- 1 | protected_key; 22 | } 23 | } 24 | 25 | class privateKEY{ 26 | private $private_key; 27 | 28 | function get_key(){ 29 | return $this->private_key; 30 | } 31 | 32 | } -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/conv-buck.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 2.1831051418620846 50 5 50 5e-11 2 | R 192 128 160 128 0 0 40 5 0 0 0.5 3 | f 208 176 208 128 40 1.5 0.02 4 | v 208 240 208 176 0 2 1000 5 5 0 0.72 5 | w 224 128 272 128 0 6 | d 288 240 288 128 2 default 7 | w 288 128 272 128 0 8 | l 288 128 368 128 0 1 0.00310279248151618 0 9 | w 368 240 288 240 0 10 | g 288 240 288 256 0 0 11 | r 432 240 432 128 0 1000 12 | w 432 128 368 128 0 13 | w 432 240 368 240 0 14 | O 432 128 496 128 1 0 15 | 209 368 128 368 240 0 0.00001 0.09673212732098715 0.001 1 16 | w 208 240 288 240 0 17 | o 2 4 0 36866 10 0.1 0 2 2 3 18 | o 12 4 0 20482 0.15625 0.1 1 1 19 | 38 2 F1 5 0 100 -1 Duty\sCycle 20 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/coupled1.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 12.682493960703473 55 5.0 50 2 | l 192 240 304 240 0 1.0 0.0 3 | l 304 240 416 240 0 1.0 0.0 4 | c 192 240 192 368 0 1.0E-5 5.0 5.0 5 | c 304 240 304 368 0 1.0E-5 -0.0 6 | c 416 240 416 368 0 1.0E-5 5.0 5.0 7 | r 192 368 304 368 0 1.0 8 | r 304 368 416 368 0 1.0 9 | g 304 368 304 384 0 10 | l 192 32 304 32 0 1.0 0.0 11 | l 304 32 416 32 0 1.0 0.0 12 | c 192 32 192 160 0 1.0E-5 5.0 5.0 13 | c 304 32 304 160 0 1.0E-5 -0.0 14 | c 416 32 416 160 0 1.0E-5 -5.0 -5.0 15 | r 192 160 304 160 0 1.0 16 | r 304 160 416 160 0 1.0 17 | g 304 160 304 176 0 18 | o 13 64 0 43 0.01953125 0.025 0 -1 19 | o 5 64 0 43 0.009765625 0.0125 1 -1 20 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/MaxValue.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class MaxValue { 4 | private MaxValue() { 5 | } 6 | /** 7 | * Returns the greater of two {@code int} values. That is, the result is the 8 | * argument closer to the value of {@link Integer#MAX_VALUE}. If the 9 | * arguments have the same value, the result is that same value. 10 | * 11 | * @param a an argument. 12 | * @param b another argument. 13 | * @return the larger of {@code a} and {@code b}. 14 | */ 15 | public static int max(int a, int b) { 16 | return a >= b ? a : b; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/MinValue.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class MinValue { 4 | private MinValue() { 5 | } 6 | /** 7 | * Returns the smaller of two {@code int} values. That is, the result the 8 | * argument closer to the value of {@link Integer#MIN_VALUE}. If the 9 | * arguments have the same value, the result is that same value. 10 | * 11 | * @param a an argument. 12 | * @param b another argument. 13 | * @return the smaller of {@code a} and {@code b}. 14 | */ 15 | public static int min(int a, int b) { 16 | return a <= b ? a : b; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/StandardDeviation.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class StandardDeviation { 4 | private StandardDeviation() { 5 | } 6 | 7 | public static double stdDev(double[] data) { 8 | double variance = 0; 9 | double avg = 0; 10 | for (int i = 0; i < data.length; i++) { 11 | avg += data[i]; 12 | } 13 | avg /= data.length; 14 | for (int j = 0; j < data.length; j++) { 15 | variance += Math.pow((data[j] - avg), 2); 16 | } 17 | variance /= data.length; 18 | return Math.sqrt(variance); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level9/index.php: -------------------------------------------------------------------------------- 1 | flag_command); 22 | } 23 | } 24 | if(isset($_POST['o'])) 25 | { 26 | unserialize($_POST['o']); 27 | }else { 28 | highlight_file('source'); 29 | } 30 | 31 | ?> -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/amp-fullrect.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 16 62 1.0 50 2 | a 176 288 272 288 0 15.0 -15.0 3 | g 176 304 176 336 0 4 | w 272 288 272 240 0 5 | d 272 240 176 240 0 6 | w 272 288 304 288 0 7 | d 304 192 304 288 0 8 | w 176 240 176 272 0 9 | w 176 240 176 192 0 10 | r 176 192 304 192 0 1000.0 11 | r 176 192 176 128 0 1000.0 12 | r 176 128 304 128 0 1000.0 13 | r 304 128 304 192 0 500.0 14 | a 352 144 448 144 0 15.0 -15.0 15 | w 304 128 352 128 0 16 | w 352 128 352 96 0 17 | r 352 96 448 96 0 1000.0 18 | w 448 96 448 144 0 19 | g 352 160 352 192 0 20 | O 448 144 496 144 0 21 | R 176 128 128 128 0 1 40.0 1.0 0.0 22 | o 19 64 0 2 5.0 0.1 23 | o 18 64 0 2 5.0 9.765625E-5 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/fullrectf.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000019999999999999998 3.1763992386181834 50 5 48 2 | v 96 336 96 48 0 1 40 5 0 0 0.5 3 | w 96 48 224 48 0 4 | w 224 48 224 112 0 5 | d 224 112 288 176 1 0.805904783 6 | d 224 240 288 176 1 0.805904783 7 | d 160 176 224 112 1 0.805904783 8 | d 160 176 224 240 1 0.805904783 9 | w 224 240 224 336 0 10 | w 224 336 96 336 0 11 | w 160 176 160 272 0 12 | w 288 176 336 176 0 13 | w 160 272 336 272 0 14 | c 336 176 336 272 0 0.000102 3.5256269570800893 15 | w 336 176 416 176 0 16 | w 336 272 416 272 0 17 | r 416 176 416 272 0 430 18 | x 451 232 481 235 4 16 load 19 | o 0 8 0 4098 5 0.00009765625 0 2 0 3 20 | o 15 8 0 4099 5 0.0125 1 2 15 3 21 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/pushpullxover.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 43 10.0 42 2 | t 256 192 320 192 0 1 -12.21942316756332 -0.7012139808257767 3 | t 256 288 320 288 0 -1 7.780576832436679 -0.7012139808257767 4 | w 320 208 320 240 0 5 | w 320 240 320 272 0 6 | w 320 304 320 352 0 7 | R 256 240 192 240 0 1 40.0 5.0 0.0 0.0 0.5 8 | w 320 128 320 176 0 9 | R 320 128 320 80 0 0 40.0 10.0 0.0 0.0 0.5 10 | R 320 352 320 400 0 0 40.0 -10.0 0.0 0.0 0.5 11 | w 320 240 400 240 0 12 | r 400 240 400 352 0 10.0 13 | g 400 352 400 384 0 14 | O 400 240 448 240 0 15 | w 256 240 256 288 0 16 | w 256 192 256 240 0 17 | o 5 64 0 34 6.0 0.003125 0 -1 18 | o 12 64 0 34 6.0 4.8828125E-5 1 -1 19 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/.gitpod.dockerfile: -------------------------------------------------------------------------------- 1 | FROM gitpod/workspace-java-21:2025-11-14-10-05-32 2 | 3 | ENV LLVM_SCRIPT="tmp_llvm.sh" 4 | 5 | RUN test ! -f "$LLVM_SCRIPT" \ 6 | && wget https://apt.llvm.org/llvm.sh -O "$LLVM_SCRIPT" \ 7 | && chmod +x "$LLVM_SCRIPT" 8 | 9 | USER root 10 | 11 | RUN ./"$LLVM_SCRIPT" 16 \ 12 | && apt-get update \ 13 | && apt-get install -y --no-install-recommends \ 14 | clang-format-16=1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106 \ 15 | && apt-get clean \ 16 | && rm -rf /var/lib/apt/lists/* 17 | 18 | RUN ln -s "$(command -v clang-format-16)" "/usr/bin/clang-format" 19 | 20 | USER gitpod 21 | 22 | RUN rm "$LLVM_SCRIPT" 23 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level5/source: -------------------------------------------------------------------------------- 1 | a_value == "FLAG" && 16 | $your_array['a'] == "Plz" && $your_array['b'] == "Give_M3" 17 | ){ 18 | echo $flag; 19 | } 20 | else{ 21 | echo "You really know how to serialize?"; 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/ceamp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 16 60 15.0 53 2 | w 240 48 336 48 0 3 | r 240 48 240 208 0 110000.0 4 | r 240 208 240 352 0 10000.0 5 | t 240 208 336 208 0 1 -10.980847640834186 0.5689504449104646 6 | w 240 352 336 352 0 7 | g 240 352 240 384 0 8 | R 240 48 144 48 0 0 40.0 20.0 0.0 9 | r 336 48 336 192 0 10000.0 10 | r 336 224 336 352 0 1000.0 11 | c 240 208 160 208 0 4.9999999999999996E-6 1.5542375158881994 12 | R 160 208 112 208 0 1 80.0 0.5 0.0 13 | c 336 192 416 192 0 4.9999999999999996E-6 10.088518798851988 14 | O 416 192 464 192 0 15 | r 416 192 416 272 0 1000000.0 16 | g 416 272 416 304 0 17 | o 10 64 0 2 0.625 9.765625E-5 18 | o 12 64 0 2 10.0 9.765625E-5 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cmostransgate.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 19.867427341514983 58 5 50 2 | w 256 320 192 320 0 3 | R 240 224 64 224 0 1 40 2.5 2.5 0 0.5 4 | r 368 224 368 320 0 1000 5 | g 368 320 368 336 0 6 | O 368 224 432 224 0 7 | w 192 320 192 176 0 8 | I 192 176 256 176 0 0.5 5 9 | L 192 320 64 320 0 1 false 5 0 10 | w 272 224 272 272 0 11 | w 240 224 240 272 0 12 | R 304 192 304 160 0 0 40 5 0 0 0.5 13 | w 304 240 304 192 0 14 | g 304 256 304 288 0 15 | w 256 256 304 256 0 16 | w 256 272 256 256 0 17 | w 256 240 304 240 0 18 | w 256 224 256 240 0 19 | w 272 224 368 224 0 20 | f 256 176 256 224 97 1.5 0.02 21 | f 256 320 256 272 96 1.5 0.02 22 | o 4 64 0 4098 5 0.00009765625 0 1 23 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/relayff.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000054999999999999995 10.20027730826997 45 5 50 5e-11 2 | 178 224 192 336 192 6 1 0.2 -0.000004999900001999959 0.05 1000000 0.02 20 0.02 0.005 0 3 | 178 528 192 400 192 6 1 0.2 -0.24937655860348873 0.05 1000000 0.02 20 0.02 0.005 1 4 | w 352 176 384 224 0 5 | w 352 224 384 176 0 6 | w 224 192 224 144 0 7 | w 224 144 528 144 0 8 | w 528 144 528 192 0 9 | R 224 144 160 144 0 0 40 5 0 0 0.5 10 | s 224 224 224 304 0 0 true 11 | s 528 224 528 304 0 0 true 12 | g 224 304 224 320 0 0 13 | g 528 304 528 320 0 0 14 | x 264 273 325 276 4 16 set/reset 15 | w 336 176 352 176 0 16 | w 336 224 352 224 0 17 | w 384 224 400 224 0 18 | w 384 176 400 176 0 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/rtlnand.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 52 5.0 2 | R 368 64 320 64 0 0 40.0 3.6 0.0 3 | g 368 336 368 368 0 4 | t 320 208 368 208 0 1 0.6378429407740765 0.6475693325578884 5 | w 368 160 368 192 0 6 | r 368 160 368 64 0 640.0 7 | t 320 256 368 256 0 1 0.6376732762947126 0.6550300979283231 8 | t 320 304 368 304 0 1 0.6375679404402763 0.6608122760347422 9 | w 368 224 368 240 0 10 | w 368 272 368 288 0 11 | w 368 320 368 336 0 12 | r 320 208 240 208 0 470.0 13 | r 240 256 320 256 0 470.0 14 | r 240 304 320 304 0 470.0 15 | L 240 208 208 208 0 false false 3.6 0.0 16 | L 240 256 208 256 0 false false 3.6 0.0 17 | L 240 304 208 304 0 false false 3.6 0.0 18 | M 368 160 432 160 0 19 | -------------------------------------------------------------------------------- /logic/solvers/hitori.py: -------------------------------------------------------------------------------- 1 | from .claspy import * 2 | from . import utils 3 | from .utils.shading import * 4 | 5 | def encode(string): 6 | return utils.encode(string) 7 | 8 | def solve(E): 9 | set_max_val(max(E.R, E.C)) 10 | s = RectangularGridShadingSolver(E.R, E.C) 11 | 12 | K = list(E.clues.keys()) 13 | for i, (r,c) in enumerate(K): 14 | for (r1,c1) in K[i+1:]: 15 | if E.clues[(r,c)] == E.clues[(r1,c1)] and (r == r1 or c == c1): 16 | require(s.grid[r][c] | s.grid[r1][c1]) 17 | s.no_adjacent() 18 | s.white_connectivity() 19 | 20 | return s.solutions() 21 | 22 | 23 | def decode(solutions): 24 | return utils.decode(solutions) -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/Factorial.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class Factorial { 4 | private Factorial() { 5 | } 6 | 7 | /** 8 | * Calculate factorial N using iteration 9 | * 10 | * @param n the number 11 | * @return the factorial of {@code n} 12 | */ 13 | public static long factorial(int n) { 14 | if (n < 0) { 15 | throw new IllegalArgumentException("Input number cannot be negative"); 16 | } 17 | long factorial = 1; 18 | for (int i = 1; i <= n; ++i) { 19 | factorial *= i; 20 | } 21 | return factorial; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/555monostable.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 56 5 50 2 | 165 208 144 320 144 4 0 3 | w 208 176 208 272 0 4 | w 208 176 176 176 0 5 | w 208 240 128 240 0 6 | w 176 176 176 272 0 7 | c 176 272 176 320 0 0.000009999999999999999 0.001 8 | g 176 320 176 336 0 9 | r 176 176 176 112 0 1000 10 | w 176 112 272 112 0 11 | R 128 112 48 112 0 0 40 5 0 0 0.5 12 | O 336 208 400 208 0 13 | r 128 112 128 240 0 100 14 | w 128 112 176 112 0 15 | c 128 240 80 240 0 0.00001 0.001 16 | L 80 240 48 240 0 1 true 5 0 17 | g 304 304 304 320 0 18 | w 272 112 336 112 0 19 | w 336 112 336 176 0 20 | o 14 64 0 4102 5 0.00009765625 0 2 14 3 21 | o 10 64 0 4102 5 0.00009765625 0 1 22 | h 2 7 5 23 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/indpar.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | v 48 336 48 64 0 0 40.0 5.0 0.0 3 | S 144 144 144 64 0 false false 1 4 | w 240 64 240 336 0 5 | r 48 336 144 336 0 100.0 6 | r 144 336 240 336 0 100.0 7 | w 48 64 128 64 0 8 | w 160 64 240 64 0 9 | r 288 336 384 336 0 100.0 10 | r 384 336 480 336 0 100.0 11 | w 480 64 480 336 0 12 | S 384 144 384 64 0 false false 1 13 | w 288 64 368 64 0 14 | w 400 64 480 64 0 15 | v 288 336 288 64 0 0 40.0 5.0 0.0 16 | w 144 144 144 192 0 17 | w 144 336 144 288 0 18 | w 144 288 96 288 0 19 | w 96 192 144 192 0 20 | w 144 192 192 192 0 21 | l 96 192 96 288 0 1.0 0 22 | l 192 192 192 288 0 5.0 0 23 | l 384 144 384 336 0 .8333 0 24 | w 144 288 192 288 0 25 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/gyrator.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.634267539816555 57 5.0 50 2 | a 368 128 480 128 0 15.0 -15.0 1000000.0 3 | w 480 128 480 80 0 4 | w 480 80 368 80 0 5 | w 368 80 368 112 0 6 | r 368 144 368 240 0 20000.0 7 | r 368 112 272 112 0 1000.0 8 | c 272 144 368 144 0 2.5E-7 -1.9401381307764982 9 | w 272 144 272 128 0 10 | w 272 112 272 128 0 11 | R 272 128 208 128 0 2 20.0 5.0 0.0 0.0 0.5 12 | g 368 240 368 272 0 13 | R 272 320 208 320 0 2 20.0 5.0 0.0 0.0 0.5 14 | l 368 320 368 384 0 5.0 -0.0019401381307769976 15 | g 368 384 368 400 0 16 | r 368 320 272 320 0 1000.0 17 | o 9 64 0 35 9.353610478917778 0.005846006549323612 0 -1 18 | o 11 64 0 35 9.353610478917778 0.005846006549323612 1 -1 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/mosmirror.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.251013186076355 50 5.0 50 2 | f 320 288 240 288 0 1.5 3 | f 320 288 400 288 0 1.5 4 | w 320 288 320 240 0 5 | w 320 240 240 240 0 6 | w 240 240 240 272 0 7 | w 240 304 240 352 1 8 | w 240 352 320 352 0 9 | w 400 304 400 352 1 10 | w 400 352 320 352 0 11 | g 320 352 320 384 0 12 | R 240 112 240 80 0 0 40.0 5.0 0.0 0.0 0.5 13 | R 400 112 400 80 0 0 40.0 5.0 0.0 0.0 0.5 14 | w 400 272 400 240 0 15 | r 400 112 400 240 0 100.0 16 | w 400 112 448 112 0 17 | w 400 240 448 240 0 18 | s 448 112 448 240 0 1 false 19 | w 240 240 192 240 0 20 | w 240 112 192 112 0 21 | r 240 112 240 240 0 500.0 22 | r 192 112 192 176 0 100.0 23 | s 192 176 192 240 0 1 false 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/varactor.txt: -------------------------------------------------------------------------------- 1 | $ 1 4e-12 10.20027730826997 57 5 50 2 | R 560 256 496 256 0 1 800000000 1 -1.5 0 0.5 3 | 176 560 256 560 352 1 0.805904783 -0.9415790148957013 4e-12 4 | r 560 352 560 416 0 100 5 | g 560 416 560 448 0 6 | g 688 416 688 448 0 7 | r 688 352 688 416 0 100 8 | 176 688 256 688 352 1 0.805904783 -5.380632584292555 4e-12 9 | R 688 256 624 256 0 1 800000000 1 -5 0 0.5 10 | R 816 256 752 256 0 1 800000000 1 -10 0 0.5 11 | 176 816 256 816 352 1 0.805904783 -10.039187923569457 4e-12 12 | r 816 352 816 416 0 100 13 | g 816 416 816 448 0 14 | o 1 8 0 12291 2.1600125505455696 0.007871160328888687 0 2 1 3 15 | o 6 8 0 4099 10 0.0125 0 2 6 3 16 | o 9 8 0 4099 20 0.0125 0 2 9 3 17 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/SquareRootWithBabylonianMethod.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class SquareRootWithBabylonianMethod { 4 | private SquareRootWithBabylonianMethod() { 5 | } 6 | 7 | /** 8 | * get the value, return the square root 9 | * 10 | * @param num contains elements 11 | * @return the square root of num 12 | */ 13 | public static float squareRoot(float num) { 14 | float a = num; 15 | float b = 1; 16 | double e = 0.000001; 17 | while (a - b > e) { 18 | a = (a + b) / 2; 19 | b = num / a; 20 | } 21 | return a; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/clockedsrff.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | 151 256 272 368 272 0 2 5 3 | 151 256 144 368 144 0 2 0 4 | w 368 144 368 176 0 5 | w 368 176 256 240 0 6 | w 368 272 368 240 0 7 | w 368 240 256 176 0 8 | w 256 176 256 160 0 9 | w 256 240 256 256 0 10 | M 368 144 448 144 0 11 | M 368 272 448 272 0 12 | 151 128 128 256 128 0 2 5 13 | 151 128 288 256 288 0 2 0 14 | w 128 304 96 304 0 15 | w 96 304 96 144 0 16 | w 96 144 128 144 0 17 | L 128 112 64 112 0 true true 18 | L 128 272 64 272 0 true true 19 | R 96 304 96 352 1 2 100.0 2.5 2.5 20 | o 15 64 0 6 5.0 9.765625E-5 0 set 21 | o 16 64 0 6 5.0 9.765625E-5 0 reset 22 | o 8 64 0 6 5.0 9.765625E-5 0 Q 23 | o 17 64 0 6 5.0 9.765625E-5 0 clk 24 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level6/demo: -------------------------------------------------------------------------------- 1 | protected_key; 22 | } 23 | } 24 | 25 | class privateKEY{ 26 | private $private_key; 27 | 28 | function get_key(){ 29 | return $this->private_key; 30 | } 31 | 32 | } -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level8/source: -------------------------------------------------------------------------------- 1 | "; 11 | } 12 | public function __destruct() 13 | { 14 | global $flag; 15 | $flag++; 16 | echo "Destructor called " . $flag . "
"; 17 | } 18 | } 19 | 20 | function check(){ 21 | global $flag; 22 | if($flag > 5){ 23 | echo "HelloCTF{???}"; 24 | }else{ 25 | echo "Check Detected flag is ". $flag; 26 | } 27 | } 28 | 29 | if (isset($_POST['code'])) { 30 | eval($_POST['code']); 31 | check(); 32 | } -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/hartley.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 3.333936307694169 54 5.0 50 2 | t 256 128 304 128 0 1 -5.22517933037985 -0.6454813682869913 100.0 3 | w 80 304 192 304 0 4 | w 80 128 192 128 0 5 | w 192 128 256 128 0 6 | w 192 224 304 224 0 7 | w 304 144 304 224 0 8 | w 304 112 352 112 0 9 | r 352 112 352 304 0 1000.0 10 | w 192 304 352 304 0 11 | r 304 112 304 48 0 100.0 12 | R 304 48 256 48 0 0 40.0 5.0 0.0 0.0 0.5 13 | g 304 224 304 256 0 14 | O 352 112 432 112 0 15 | l 192 128 192 224 0 1.5 -0.001126760367703781 16 | l 192 224 192 304 0 0.5 -0.005329780746696711 17 | c 80 128 80 304 0 6.33E-7 -1.0221589514366398 18 | x 157 182 176 186 0 16 L1 19 | x 157 273 176 277 0 16 L2 20 | o 12 32 0 42 5.0 9.765625E-5 0 -1 21 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/switchedcap.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 17.50203994009402 50 5.0 50 2 | 159 160 176 256 176 0 3 | 159 256 176 352 176 0 4 | c 352 176 352 240 0 4.876999999999999E-6 0 5 | w 352 176 416 176 0 6 | a 416 192 512 192 1 15.0 -15.0 7 | w 416 208 416 240 0 8 | w 416 240 512 240 0 9 | w 512 240 512 192 0 10 | O 512 192 576 192 0 11 | g 256 240 256 256 0 12 | g 352 240 352 256 0 13 | w 304 192 304 288 0 14 | I 208 288 304 288 0 0.5 15 | w 208 192 208 288 0 16 | R 208 288 112 288 1 2 2000.0 2.5 2.5 0.0 0.5 17 | c 256 240 256 176 0 9.5123E-5 0 18 | p 160 176 160 240 0 19 | g 160 240 160 256 0 20 | 170 160 176 112 176 3 10.0 400.0 5.0 0.2 21 | o 16 64 0 34 5.0 9.765625E-5 0 -1 22 | o 8 64 0 34 5.0 4.8828125E-5 1 -1 23 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/PowerOfTwoOrNot.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | /** 4 | * A utility to check if a given number is power of two or not. For example 8,16 5 | * etc. 6 | */ 7 | public final class PowerOfTwoOrNot { 8 | private PowerOfTwoOrNot() { 9 | } 10 | 11 | /** 12 | * Checks whether given number is power of two or not. 13 | * 14 | * @param number the number to check 15 | * @return {@code true} if given number is power of two, otherwise 16 | * {@code false} 17 | */ 18 | public static boolean checkIfPowerOfTwoOrNot(final int number) { 19 | return number != 0 && ((number & (number - 1)) == 0); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level5/source: -------------------------------------------------------------------------------- 1 | a_value == "FLAG" && 16 | $your_array['a'] == "Plz" && $your_array['b'] == "Give_M3" 17 | ){ 18 | echo $flag; 19 | } 20 | else{ 21 | echo "You really know how to serialize?"; 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level9/index.php: -------------------------------------------------------------------------------- 1 | flag_command); 22 | } 23 | } 24 | if(isset($_POST['o'])) 25 | { 26 | unserialize($_POST['o']); 27 | }else { 28 | highlight_file('source'); 29 | } 30 | 31 | ?> -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/coupled2.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.251013186076355 63 5.0 50 2 | l 208 160 320 160 0 1.0 -0.001826652874703726 3 | l 320 160 432 160 0 1.0 3.59207891615332E-4 4 | c 208 160 208 288 0 1.0E-6 0.7201238956969189 0.7201238956969189 5 | c 320 160 320 288 0 1.9999999999999998E-5 0.2893723277533031 0.2893723277533031 6 | c 432 160 432 288 0 1.0E-6 -1.5075704507629162 -1.5075704507629162 7 | r 208 288 320 288 0 1.0 8 | r 320 288 432 288 0 1.0 9 | g 320 288 320 304 0 10 | w 432 160 480 160 0 11 | w 432 288 480 288 0 12 | p 480 160 480 288 0 13 | w 208 160 160 160 0 14 | w 208 288 160 288 0 15 | p 160 160 160 288 0 16 | o 2 64 0 35 5.0 0.00625 0 -1 17 | o 4 64 0 35 5.0 0.00625 1 -1 18 | o 13 64 0 226 2.8 2.8 2 10 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/resistors.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | v 96 368 96 48 0 0 40.0 5.0 0.0 3 | w 96 48 192 48 1 4 | w 192 48 288 48 0 5 | w 288 48 384 48 0 6 | s 192 48 192 128 0 false false 7 | s 288 48 288 128 0 true false 8 | s 384 48 384 128 0 false false 9 | r 192 128 192 192 0 100.0 10 | r 288 128 288 192 0 400.0 11 | r 384 128 384 192 0 800.0 12 | w 192 192 288 192 0 13 | w 288 192 384 192 0 14 | w 288 224 288 192 0 15 | w 288 224 384 224 0 16 | w 288 224 192 224 0 17 | s 288 224 288 304 0 false false 18 | s 192 224 192 304 0 true false 19 | r 192 304 192 368 0 600.0 20 | r 288 304 288 368 0 200.0 21 | s 384 224 384 368 0 true false 22 | w 96 368 192 368 0 23 | w 192 368 288 368 0 24 | w 288 368 384 368 0 25 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/Floor.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | public final class Floor { 4 | 5 | private Floor() { 6 | } 7 | 8 | /** 9 | * Returns the largest (closest to positive infinity) 10 | * 11 | * @param number the number 12 | * @return the largest (closest to positive infinity) of given 13 | * {@code number} 14 | */ 15 | public static double floor(double number) { 16 | if (number - (int) number == 0) { 17 | return number; 18 | } else if (number - (int) number > 0) { 19 | return (int) number; 20 | } else { 21 | return (int) number - 1; 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/lambda-diode-osc.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 0.5999443210467817 59 5 50 2 | j 240 224 272 224 0 -4 0.00125 3 | w 272 272 240 272 0 4 | w 272 208 304 208 0 5 | g 272 272 272 288 0 6 | r 304 176 304 128 0 158 7 | l 304 128 304 80 0 0.2 -0.00042713443362244537 8 | c 240 176 240 80 0 5.6000000000000005e-8 -3.25140615286176 9 | w 240 176 272 176 0 10 | w 272 176 304 176 0 11 | w 304 80 272 80 0 12 | w 272 80 240 80 0 13 | w 272 176 272 208 0 14 | 172 272 80 272 48 0 6 3.2800000000000002 4 2 0 0.5 Voltage 15 | j 304 256 272 256 1 -4 0.00125 16 | w 304 256 304 208 0 17 | w 240 272 240 224 0 18 | o 6 8 0 4107 5 0.00625 0 2 6 3 19 | o 11 8 0 4163 9.999999999999999e-16 1.25e-18 1 2 11 3 20 | o 5 8 0 4107 5 0.0125 2 2 5 3 21 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level13/index.php: -------------------------------------------------------------------------------- 1 | 20 | 21 | ## What went wrong 22 | 23 | 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/cmosxor.txt: -------------------------------------------------------------------------------- 1 | $ 0 5.0E-6 10 50 5.0 2 | f 192 128 256 128 5 3 | f 192 224 256 224 4 4 | w 256 144 256 176 0 5 | w 256 176 256 208 0 6 | w 192 128 192 176 0 7 | w 192 176 192 224 0 8 | f 336 112 336 176 5 9 | f 336 240 336 176 4 10 | w 256 240 336 240 0 11 | w 256 112 336 112 0 12 | w 192 176 144 176 0 13 | w 144 176 144 272 0 14 | w 144 272 384 272 0 15 | w 384 272 384 176 0 16 | w 336 112 336 80 0 17 | w 336 80 144 80 0 18 | L 144 80 64 80 0 true false 19 | L 144 176 64 176 0 true false 20 | w 336 240 432 240 0 21 | I 432 80 432 240 0 22 | w 336 80 432 80 0 23 | w 256 176 288 176 0 24 | w 288 176 320 176 0 25 | w 288 176 288 304 0 26 | M 288 304 288 352 0 27 | w 352 176 384 176 0 28 | x 199 361 215 361 0 20 output 29 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/currentsrcelm.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10 50 5.0 2 | w 112 32 208 32 2 3 | w 208 32 304 32 0 4 | w 304 32 400 32 0 5 | s 208 32 208 112 0 false false 6 | s 304 32 304 112 0 true false 7 | r 208 112 208 176 0 100.0 8 | r 304 112 304 176 0 400.0 9 | r 400 112 400 176 0 4000.0 10 | w 208 176 304 176 0 11 | w 304 176 400 176 0 12 | w 304 208 304 176 0 13 | w 304 208 400 208 0 14 | w 304 208 208 208 0 15 | s 304 208 304 288 0 false false 16 | r 208 288 208 352 0 600.0 17 | r 304 288 304 352 0 200.0 18 | s 400 208 400 352 0 false false 19 | w 112 352 208 352 0 20 | w 208 352 304 352 0 21 | w 304 352 400 352 0 22 | i 112 352 112 32 0 23 | g 112 352 112 384 0 24 | w 400 32 400 112 0 25 | w 208 208 208 288 0 26 | o 20 32 0 3 5.0 0.05 27 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/filt-vcvs-hipass.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.812258501325767 65 5.0 50 2 | r 464 192 464 256 0 5860.0 3 | r 464 256 464 320 0 10000.0 4 | g 464 320 464 336 0 5 | w 224 128 224 176 0 6 | g 304 256 304 272 0 7 | w 304 176 352 176 0 8 | a 352 192 464 192 1 15.0 -15.0 9 | w 352 208 352 256 0 10 | w 352 256 464 256 0 11 | w 464 192 480 192 0 12 | w 480 192 480 128 0 13 | O 480 192 544 192 0 14 | p 144 176 144 256 0 15 | g 144 256 144 272 0 16 | c 144 176 224 176 0 5.3E-8 -0.956532193261995 17 | c 224 176 304 176 0 5.3E-8 2.2055312375929486 18 | r 304 176 304 256 0 10000.0 19 | r 224 128 480 128 0 10000.0 20 | 170 144 176 112 176 3 20.0 800.0 5.0 0.2 21 | o 12 32 0 34 5.0 9.765625E-5 0 -1 22 | o 11 32 0 34 2.5 2.44140625E-5 1 -1 23 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/Level14/index.php: -------------------------------------------------------------------------------- 1 | 20 | 21 | ## What went wrong 22 | 23 | 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/colpitts.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 2.898875293967098 50 5.0 50 2 | l 80 128 80 304 0 0.01 -0.010136293111238402 3 | c 192 128 192 224 0 9.999999999999999E-5 0.6813812722941772 4 | t 256 128 304 128 0 1 0.647542643140423 0.6813812722941772 100.0 5 | c 192 224 192 304 0 9.999999999999999E-5 -0.627840195243891 6 | w 80 304 192 304 0 7 | w 80 128 192 128 0 8 | w 192 128 256 128 0 9 | w 192 224 304 224 0 10 | w 304 144 304 224 0 11 | w 304 112 352 112 0 12 | r 352 112 352 304 0 1000.0 13 | w 192 304 352 304 0 14 | r 304 112 304 48 0 100.0 15 | R 304 48 256 48 0 0 40.0 5.0 0.0 0.0 0.5 16 | g 304 224 304 256 0 17 | O 352 112 432 112 0 18 | x 150 182 170 186 0 16 C1 19 | x 150 271 171 275 0 16 C2 20 | o 15 32 0 42 5.0 9.765625E-5 0 -1 21 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/filt-vcvs-lopass.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 65 5.0 50 2 | r 160 176 240 176 0 10000.0 3 | r 240 176 320 176 0 10000.0 4 | r 480 192 480 256 0 5860.0 5 | r 480 256 480 320 0 10000.0 6 | g 480 320 480 336 0 7 | w 240 128 240 176 0 8 | c 320 176 320 256 0 1.59E-7 0.00526783980718932 9 | g 320 256 320 272 0 10 | w 320 176 368 176 0 11 | a 368 192 480 192 1 15.0 -15.0 12 | w 368 208 368 256 0 13 | w 368 256 480 256 0 14 | w 480 192 496 192 0 15 | w 496 192 496 128 0 16 | c 496 128 240 128 0 1.59E-7 3.118399353779175 17 | O 496 192 560 192 0 18 | p 160 176 160 256 0 19 | g 160 256 160 272 0 20 | 170 160 176 128 176 3 20.0 800.0 5.0 0.2 21 | o 16 64 0 34 10.0 9.765625E-5 0 -1 22 | o 15 64 0 34 10.0 4.8828125E-5 1 -1 23 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/howland.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 58 5.0 50 2 | a 256 160 368 160 0 15.0 -15.0 3 | w 368 160 368 96 0 4 | w 368 160 368 224 0 5 | r 256 224 368 224 0 3000.0 6 | r 256 96 368 96 0 5000.0 7 | r 256 96 144 96 0 5000.0 8 | r 144 224 256 224 0 3000.0 9 | w 256 176 256 224 0 10 | R 144 96 144 48 0 0 40.0 -5.0 0.0 0.0 0.5 11 | g 144 224 144 256 0 12 | w 256 96 256 144 0 13 | w 256 224 256 272 0 14 | r 256 272 256 352 0 2000.0 15 | s 304 272 304 352 0 1 false 16 | w 256 352 304 352 0 17 | g 256 352 256 384 0 18 | w 256 272 304 272 0 19 | x 187 67 217 74 0 24 R1 20 | x 300 67 330 73 0 24 R2 21 | x 185 259 215 265 0 24 R3 22 | x 298 259 328 265 0 24 R4 23 | x 184 320 234 326 0 24 load 24 | o 11 64 0 33 2.5 0.003125 0 -1 25 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/sipo-sr.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 50 5 50 2 | 155 448 208 496 208 0 0 3 | 155 560 208 608 208 0 0 4 | w 544 208 560 208 0 5 | 155 672 208 720 208 0 0 6 | 155 784 208 832 208 0 0 7 | R 368 336 320 336 1 2 100 2.5 2.5 0 0.5 8 | w 368 336 448 336 0 9 | w 448 336 448 240 0 10 | w 560 336 560 240 0 11 | L 416 208 416 416 0 0 false 5 0 12 | w 416 208 448 208 0 13 | x 330 422 382 425 4 24 input 14 | x 681 110 747 113 4 24 output 15 | w 656 208 672 208 0 16 | w 448 336 560 336 0 17 | w 560 336 672 336 0 18 | w 672 336 672 240 0 19 | w 768 208 784 208 0 20 | w 784 240 784 336 0 21 | w 784 336 672 336 0 22 | M 544 208 544 144 0 2.5 23 | M 656 208 656 144 0 2.5 24 | M 768 208 768 144 0 2.5 25 | M 880 208 880 144 0 2.5 26 | -------------------------------------------------------------------------------- /Resourselearn/llama.cpp-master/src/unicode-data.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | #include 5 | #include 6 | #include 7 | 8 | struct range_nfd { 9 | uint32_t first; 10 | uint32_t last; 11 | uint32_t nfd; 12 | }; 13 | 14 | static const uint32_t MAX_CODEPOINTS = 0x110000; 15 | 16 | extern const std::initializer_list> unicode_ranges_flags; 17 | extern const std::unordered_set unicode_set_whitespace; 18 | extern const std::initializer_list> unicode_map_lowercase; 19 | extern const std::initializer_list> unicode_map_uppercase; 20 | extern const std::initializer_list unicode_ranges_nfd; 21 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/delayrc.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-9 10 54 5.0 2 | f 144 144 208 144 1 3 | f 144 240 208 240 0 4 | w 208 160 208 192 0 5 | w 208 192 208 224 0 6 | w 144 144 144 192 0 7 | w 144 192 144 240 0 8 | L 144 192 96 192 0 false false 9 | R 208 128 208 80 0 0 40.0 5.0 0.0 10 | g 208 256 208 288 0 11 | r 208 192 288 192 0 1500.0 12 | c 288 192 288 256 0 1.0E-8 4.973779073596618 5 13 | g 288 256 288 288 0 14 | w 288 192 336 192 0 15 | w 336 192 336 144 0 16 | w 336 192 336 240 0 17 | f 336 144 400 144 1 18 | f 336 240 400 240 0 19 | w 400 160 400 192 0 20 | w 400 192 400 224 0 21 | M 400 192 448 192 0 22 | g 400 256 400 288 0 23 | R 400 128 400 80 0 0 40.0 5.0 0.0 24 | o 6 64 0 6 5.0 9.765625E-5 0 25 | o 19 64 0 6 5.0 9.765625E-5 0 26 | h 2 9 10 27 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/phaseshiftosc.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000015625 3.046768661252054 58 5 50 2 | c 144 368 208 368 0 5e-7 -2.544137674334456 3 | c 208 368 272 368 0 5e-7 -3.308245117520446 4 | c 272 368 336 368 0 5e-7 -0.9716832694680744 5 | r 336 368 400 368 0 1000 6 | r 208 368 208 448 0 1000 7 | r 272 368 272 448 0 1000 8 | g 208 448 208 464 0 9 | g 272 448 272 464 0 10 | a 400 384 496 384 0 15 -15 1000000 0.00006596531227299938 0 11 | w 400 368 400 320 0 12 | r 400 320 496 320 0 29000 13 | w 496 320 496 384 0 14 | w 496 384 512 384 0 15 | w 512 384 512 288 0 16 | w 512 288 144 288 0 17 | w 144 288 144 368 0 18 | g 400 400 400 448 0 19 | 211 512 384 592 384 0 1 8000 1 20 | o 3 16 0 2086 0.625 0.000390625 0 -1 0 21 | o 17 16 0 2094 20 0.00009765625 0 -1 0 22 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/bug-report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 🐞 3 | about: Did mkcert not work as intended? Is it broken in a certain environment? 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | ## Environment 11 | 12 | * Operating system (including version): 13 | * mkcert version (from `mkcert -version`): 14 | * Server (where the certificate is loaded): 15 | * Client (e.g. browser, CLI tool, or script): 16 | 17 | ## What you did 18 | 19 | 20 | 21 | ## What went wrong 22 | 23 | 24 | -------------------------------------------------------------------------------- /Resourselearn/shadowsocks-windows-4/shadowsocks-csharp/Model/SysproxyConfig.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Shadowsocks.Model 4 | { 5 | /* 6 | * Data come from WinINET 7 | */ 8 | 9 | [Serializable] 10 | public class SysproxyConfig 11 | { 12 | public bool UserSettingsRecorded; 13 | public string Flags; 14 | public string ProxyServer; 15 | public string BypassList; 16 | public string PacUrl; 17 | 18 | public SysproxyConfig() 19 | { 20 | UserSettingsRecorded = false; 21 | Flags = "1"; 22 | // Watchout, Nullable! See #2100 23 | ProxyServer = ""; 24 | BypassList = ""; 25 | PacUrl = ""; 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level8/source: -------------------------------------------------------------------------------- 1 | "; 11 | } 12 | public function __destruct() 13 | { 14 | global $flag; 15 | $flag++; 16 | echo "Destructor called " . $flag . "
"; 17 | } 18 | } 19 | 20 | function check(){ 21 | global $flag; 22 | if($flag > 5){ 23 | echo "HelloCTF{???}"; 24 | }else{ 25 | echo "Check Detected flag is ". $flag; 26 | } 27 | } 28 | 29 | if (isset($_POST['code'])) { 30 | eval($_POST['code']); 31 | check(); 32 | } -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/bug-report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 🐞 3 | about: Did mkcert not work as intended? Is it broken in a certain environment? 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | ## Environment 11 | 12 | * Operating system (including version): 13 | * mkcert version (from `mkcert -version`): 14 | * Server (where the certificate is loaded): 15 | * Client (e.g. browser, CLI tool, or script): 16 | 17 | ## What you did 18 | 19 | 20 | 21 | ## What went wrong 22 | 23 | 24 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/.github/workflows/test.yml: -------------------------------------------------------------------------------- 1 | on: [push, pull_request] 2 | name: Test 3 | jobs: 4 | test: 5 | name: Go tests 6 | strategy: 7 | fail-fast: false 8 | matrix: 9 | os: [ubuntu-latest, macos-latest, windows-latest] 10 | runs-on: ${{ matrix.os }} 11 | steps: 12 | - name: Install Go ${{ matrix.go }} 13 | uses: actions/setup-go@v2 14 | with: 15 | go-version: 1.x 16 | - name: Checkout repository 17 | uses: actions/checkout@v2 18 | - name: Run staticcheck 19 | run: | 20 | go install honnef.co/go/tools/cmd/staticcheck@latest 21 | staticcheck ./... 22 | - name: Run tests 23 | run: go test -race ./... 24 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/.github/workflows/test.yml: -------------------------------------------------------------------------------- 1 | on: [push, pull_request] 2 | name: Test 3 | jobs: 4 | test: 5 | name: Go tests 6 | strategy: 7 | fail-fast: false 8 | matrix: 9 | os: [ubuntu-latest, macos-latest, windows-latest] 10 | runs-on: ${{ matrix.os }} 11 | steps: 12 | - name: Install Go ${{ matrix.go }} 13 | uses: actions/setup-go@v2 14 | with: 15 | go-version: 1.x 16 | - name: Checkout repository 17 | uses: actions/checkout@v2 18 | - name: Run staticcheck 19 | run: | 20 | go install honnef.co/go/tools/cmd/staticcheck@latest 21 | staticcheck ./... 22 | - name: Run tests 23 | run: go test -race ./... 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/conv-cuk.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 1.8479586061009856 50 5 50 2 | R 192 112 160 112 0 0 40 5 0 0 0.5 3 | l 192 112 272 112 0 1 0.005743567482836575 4 | c 272 112 352 112 0 0.00001 9.220037544933431 5 | l 352 112 432 112 0 1 -0.005271279401373027 6 | d 352 112 352 224 2 default 7 | f 224 160 272 160 32 1.5 0.02 8 | w 272 144 272 112 0 9 | w 272 176 272 224 0 10 | w 272 224 352 224 0 11 | g 352 224 352 240 0 12 | c 432 112 432 224 0 0.00001 -4.417056135165561 13 | w 432 224 352 224 0 14 | r 496 112 496 224 0 1000 15 | w 496 224 432 224 0 16 | w 432 112 496 112 0 17 | O 496 112 560 112 3 1 18 | v 224 224 224 160 0 2 1000 5 5 0 0.5 19 | w 224 224 272 224 0 20 | o 16 4 0 36866 10 0.1 0 2 16 3 21 | o 15 4 0 20482 10 0.1 1 1 22 | 38 16 5 0 100 Duty\sCycle 23 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/bug-report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 🐞 3 | about: Did mkcert not work as intended? Is it broken in a certain environment? 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | ## Environment 11 | 12 | * Operating system (including version): 13 | * mkcert version (from `mkcert -version`): 14 | * Server (where the certificate is loaded): 15 | * Client (e.g. browser, CLI tool, or script): 16 | 17 | ## What you did 18 | 19 | 20 | 21 | ## What went wrong 22 | 23 | 24 | -------------------------------------------------------------------------------- /logic/solvers/minesweeper.py: -------------------------------------------------------------------------------- 1 | from .claspy import * 2 | from . import utils 3 | 4 | def encode(string): 5 | return utils.encode(string) 6 | 7 | def solve(E): 8 | set_max_val(8) 9 | shading_solver = utils.RectangularGridShadingSolver(E.R,E.C) 10 | 11 | # Enforce that clue cells can't be shaded, and that their numbers are correct 12 | shading_solver.white_clues(E.clues) 13 | 14 | for (cell, num) in E.clues.items(): 15 | if num != '?': 16 | require(sum_bools(num, [ 17 | shading_solver.grid[surr] 18 | for surr in shading_solver.grid.get_surroundings(*cell) 19 | ])) 20 | 21 | return shading_solver.solutions() 22 | 23 | def decode(solutions): 24 | return utils.decode(solutions) -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level13/index.php: -------------------------------------------------------------------------------- 1 | 20 | 21 | ## What went wrong 22 | 23 | 24 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/mkcert-master/mkcert-master/.github/workflows/test.yml: -------------------------------------------------------------------------------- 1 | on: [push, pull_request] 2 | name: Test 3 | jobs: 4 | test: 5 | name: Go tests 6 | strategy: 7 | fail-fast: false 8 | matrix: 9 | os: [ubuntu-latest, macos-latest, windows-latest] 10 | runs-on: ${{ matrix.os }} 11 | steps: 12 | - name: Install Go ${{ matrix.go }} 13 | uses: actions/setup-go@v2 14 | with: 15 | go-version: 1.x 16 | - name: Checkout repository 17 | uses: actions/checkout@v2 18 | - name: Run staticcheck 19 | run: | 20 | go install honnef.co/go/tools/cmd/staticcheck@latest 21 | staticcheck ./... 22 | - name: Run tests 23 | run: go test -race ./... 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/early.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 50 5 50 5e-11 2 | t 224 256 288 256 0 1 -3.945779492504472 0.6928898088437567 100 default 3 | r 160 256 224 256 0 10000 4 | r 288 80 288 240 0 300 5 | w 288 272 288 352 0 6 | g 288 352 288 368 0 0 7 | R 160 256 128 256 0 0 40 5 0 0 0.5 8 | R 288 80 208 80 0 3 40 20 21 0 0.5 9 | R 560 80 480 80 0 3 40 20 21 0 0.5 10 | R 432 256 400 256 0 0 40 5 0 0 0.5 11 | g 560 352 560 368 0 0 12 | w 560 272 560 352 0 13 | r 560 80 560 240 0 300 14 | r 432 256 496 256 0 10000 15 | 32 early 0 1e-13 0 0 1.5 0 0 2 1 1 0.02 0 1 16 | t 496 256 560 256 0 1 -3.1354863883836575 0.6928898087953951 100 early 17 | o 0 64 6 4162 2.0971519999999997e-9 1e-17 0 2 0 2 no\sEarly\seffect 18 | o 13 64 6 4162 4e-7 1e-9 1 2 13 2 Early\seffect 19 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/pushpull.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 10.391409633455755 43 10.0 42 2 | t 256 192 320 192 0 1 -13.466578126476486 0.7195904601612297 3 | t 256 288 320 288 0 -1 5.091136762641694 -0.72269465072059 4 | w 320 208 320 240 0 5 | w 320 240 320 272 0 6 | w 320 304 320 352 0 7 | r 256 288 256 352 0 220.0 8 | r 256 192 256 128 0 220.0 9 | d 256 240 256 288 0 10 | R 256 240 192 240 0 1 40.0 5.0 0.0 0.0 0.5 11 | w 256 352 320 352 0 12 | w 256 128 320 128 0 13 | w 320 128 320 176 0 14 | R 256 128 256 80 0 0 40.0 10.0 0.0 0.0 0.5 15 | R 256 352 256 400 0 0 40.0 -10.0 0.0 0.0 0.5 16 | d 256 192 256 240 0 17 | w 320 240 400 240 0 18 | r 400 240 400 352 0 10.0 19 | g 400 352 400 384 0 20 | O 400 240 448 240 0 21 | o 8 64 0 34 6.0 0.025 0 -1 22 | o 18 64 0 34 6.0 9.765625E-5 1 -1 23 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/SumOfOddNumbers.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | /** 4 | * This program calculates the sum of the first n odd numbers. 5 | * 6 | * https://www.cuemath.com/algebra/sum-of-odd-numbers/ 7 | */ 8 | 9 | public final class SumOfOddNumbers { 10 | private SumOfOddNumbers() { 11 | } 12 | 13 | /** 14 | * Calculate sum of the first n odd numbers 15 | * 16 | * @param n the number of odd numbers to sum 17 | * @return sum of the first n odd numbers 18 | */ 19 | public static int sumOfFirstNOddNumbers(final int n) { 20 | if (n < 0) { 21 | throw new IllegalArgumentException("n must be non-negative."); 22 | } 23 | return n * n; 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/.github/workflows/test.yml: -------------------------------------------------------------------------------- 1 | on: [push, pull_request] 2 | name: Test 3 | jobs: 4 | test: 5 | name: Go tests 6 | strategy: 7 | fail-fast: false 8 | matrix: 9 | os: [ubuntu-latest, macos-latest, windows-latest] 10 | runs-on: ${{ matrix.os }} 11 | steps: 12 | - name: Install Go ${{ matrix.go }} 13 | uses: actions/setup-go@v2 14 | with: 15 | go-version: 1.x 16 | - name: Checkout repository 17 | uses: actions/checkout@v2 18 | - name: Run staticcheck 19 | run: | 20 | go install honnef.co/go/tools/cmd/staticcheck@latest 21 | staticcheck ./... 22 | - name: Run tests 23 | run: go test -race ./... 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/phasesplit.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 18 64 10.0 53 2 | w 192 96 288 96 0 3 | r 192 96 192 192 0 150000.0 4 | r 192 192 192 304 0 56000.0 5 | t 192 192 288 192 0 1 -9.442348352812836 0.5777055611167752 6 | r 288 208 288 304 0 4700.0 7 | w 192 304 288 304 0 8 | c 144 192 192 192 0 3.0E-6 -4.905240822514835 9 | R 144 192 96 192 0 1 40.0 3.0 0.0 10 | g 192 304 192 336 0 11 | R 192 96 96 96 0 0 40.0 20.0 0.0 12 | r 288 96 288 176 0 4700.0 13 | c 288 208 352 208 0 3.0E-6 4.826735289331256 14 | r 352 208 352 304 0 10000.0 15 | w 288 304 352 304 0 16 | c 288 176 384 176 0 3.0E-6 15.221446280055797 17 | r 384 176 384 304 0 10000.0 18 | w 352 304 384 304 0 19 | O 384 176 448 176 0 20 | O 352 208 448 208 0 21 | o 17 64 0 6 5.0 9.765625E-5 0 22 | o 18 64 0 6 5.0 9.765625E-5 0 23 | -------------------------------------------------------------------------------- /Resourselearn/Java-master/src/main/java/com/thealgorithms/maths/PowerUsingRecursion.java: -------------------------------------------------------------------------------- 1 | package com.thealgorithms.maths; 2 | 3 | /** 4 | * calculate Power using Recursion 5 | * @author Bama Charan Chhandogi (https://github.com/BamaCharanChhandogi) 6 | */ 7 | 8 | public final class PowerUsingRecursion { 9 | private PowerUsingRecursion() { 10 | } 11 | 12 | public static double power(double base, int exponent) { 13 | // Base case: anything raised to the power of 0 is 1 14 | if (exponent == 0) { 15 | return 1; 16 | } 17 | 18 | // Recursive case: base ^ exponent = base * base ^ (exponent - 1) 19 | // Recurse with a smaller exponent and multiply with base 20 | return base * power(base, exponent - 1); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Resourselearn/PHPSerialize-labs-main/exerciseCollection/PHPSerialize-labs-main/Level14/index.php: -------------------------------------------------------------------------------- 1 | 20 | 21 | ## What went wrong 22 | 23 | 24 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/priencoder.txt: -------------------------------------------------------------------------------- 1 | $ 1 0.000005 10.20027730826997 50 5 50 2 | 152 624 208 720 208 0 2 0 5 3 | 150 528 224 624 224 0 2 0 5 4 | I 448 208 528 208 0 0.5 5 5 | w 624 128 416 128 0 6 | 152 416 304 544 304 0 2 0 5 7 | w 416 128 416 288 0 8 | w 416 320 368 320 0 9 | w 368 320 368 208 0 10 | w 368 208 448 208 0 11 | L 368 208 288 208 0 0 false 5 0 12 | L 416 128 288 128 0 0 false 5 0 13 | w 528 240 336 240 0 14 | w 336 240 336 272 0 15 | L 336 272 288 272 0 0 false 5 0 16 | 152 544 368 720 368 0 3 0 5 17 | L 544 384 288 384 0 0 false 5 0 18 | w 336 272 336 368 0 19 | w 336 368 544 368 0 20 | w 544 304 544 352 0 21 | M 720 368 784 368 0 2.5 22 | M 720 208 784 208 2 2.5 23 | w 544 304 736 304 0 24 | w 736 304 736 128 0 25 | M 736 128 784 128 2 2.5 26 | w 624 128 624 192 0 27 | -------------------------------------------------------------------------------- /electronic/war/circuitjs1/circuits/triodeamp.txt: -------------------------------------------------------------------------------- 1 | $ 1 5.0E-6 11.086722712598126 60 3.0 53 2 | w 272 64 368 64 0 3 | r 272 224 272 368 0 10000.0 4 | w 272 368 352 368 0 5 | g 272 368 272 400 0 6 | R 272 64 176 64 0 0 40.0 160.0 0.0 0.0 0.5 7 | r 368 64 368 192 0 10000.0 8 | r 352 256 352 368 0 3000.0 9 | c 272 224 192 224 0 4.9999999999999996E-6 -0.011918466765635682 10 | R 192 224 144 224 0 1 80.0 0.5 0.0 0.0 0.5 11 | c 368 192 448 192 0 4.9999999999999996E-6 156.41283175374522 12 | O 448 192 496 192 0 13 | r 448 192 448 288 0 100000.0 14 | g 448 288 448 320 0 15 | 173 272 224 368 224 0 93.0 1360.0 16 | w 352 256 400 256 0 17 | c 400 256 400 368 0 4.9999999999999996E-6 1.2120701747074232 18 | w 352 368 400 368 0 19 | o 8 64 0 34 0.625 9.765625E-5 0 -1 20 | o 10 64 0 34 5.0 2.44140625E-5 1 -1 21 | -------------------------------------------------------------------------------- /Resourselearn/mkcert-master/link-master/codec/mkcert-master/mkcert-master/mkcert-master/mkcert-master/.github/ISSUE_TEMPLATE/bug-report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 🐞 3 | about: Did mkcert not work as intended? Is it broken in a certain environment? 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | ## Environment 11 | 12 | * Operating system (including version): 13 | * mkcert version (from `mkcert -version`): 14 | * Server (where the certificate is loaded): 15 | * Client (e.g. browser, CLI tool, or script): 16 | 17 | ## What you did 18 | 19 | 20 | 21 | ## What went wrong 22 | 23 | 24 | --------------------------------------------------------------------------------