This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1559ce3fb18ad3f7a810401cf555c7c5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM cypress/base | |
| COPY . /opt/app | |
| WORKDIR /opt/app | |
| RUN npx cypress install # Install Cypress binary into image | |
| COPY . . | |
| ENTRYPOINT ["npx", "cypress", "run"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM cypress/browsers | |
| # Set the working directory | |
| WORKDIR /opt/app | |
| # Copy package.json and package-lock.json (if available) | |
| COPY package*.json ./ | |
| # Install dependencies | |
| RUN npm ci |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . | |
| manticore_'s profile picture | |
| manticore_ | |
| 4h | |
| menekankan perlunya pertemuan antara kedua belah pihak. Ini bisa dianggap sebagai bentuk tekanan, terutama jika penyintas tidak ingin bertemu.. | |
| danapramo's profile picture | |
| danapramo | |
| 19h | |
| kok masih ngasih ruang buat antitank ya? | |
| nyalakanproject's profile picture |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"name":"Bears","color":"Blue","position":{"x":177,"y":85},"modelclass":"Bear","increment":false,"timestamp":false,"softdelete":false,"column":[{"colid":"c217","name":"id","type":"increments","length":"0","order":0,"defaultvalue":"","enumvalue":""},{"colid":"c218","name":"name","type":"string","length":"200","order":1,"defaultvalue":"","enumvalue":""},{"colid":"c219","name":"danger_level","type":"string","length":"200","order":2,"defaultvalue":"","enumvalue":""}],"relation":[{"extramethods":"","foreignkeys":"","name":"fish","relatedmodel":"Fish","relationtype":"hasOne","usenamespace":""},{"extramethods":"","foreignkeys":"","name":"trees","relatedmodel":"Trees","relationtype":"hasMany","usenamespace":""},{"extramethods":"","foreignkeys":"bear_id, picnic_id","name":"picnics","relatedmodel":"Picnics","relationtype":"belongsToMany","usenamespace":""}],"seeding":[]},{"name":"Fish","color":"Yellow","position":{"x":1063,"y":14},"modelclass":"Fish","increment":false,"timestamp":false,"softdelete":false,"column":[{"c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #CODE | |
| #Generate root password | |
| import random, string | |
| password = ''.join(random.choice(string.ascii_letters + string.digits) for i in range(20)) | |
| #Download ngrok | |
| ! wget -q -c -nc https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip | |
| ! unzip -qq -n ngrok-stable-linux-amd64.zip | |
| #Setup sshd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const BasicMachine = Machine({ | |
| id: "basicmachine", | |
| initial: "inactive", | |
| context: {}, | |
| states: { | |
| copying : { | |
| id: "copying", | |
| initial: "loading", | |
| states: { | |
| loading: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const BasicMachine = Machine({ | |
| id: "basicmachine", | |
| initial: "inactive", | |
| context: {}, | |
| states: { | |
| copying : { | |
| id: "copying", | |
| initial: "loading", | |
| states: { | |
| loading: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| My Awesome Sketch | |
| First State | |
| click -> Second State | |
| exit -> Third State | |
| Second State | |
| exit -> Third State | |
| Extra State | |
| exit -> Third State | |
| Extra State X | |
| exit -> Third State |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"name":"Bears","color":"Blue","position":{"x":168,"y":76},"modelclass":"Bear","increment":false,"timestamp":false,"softdelete":false,"column":[{"colid":"c218","name":"name","type":"string","length":"200","order":0,"defaultvalue":"","enumvalue":""},{"colid":"c217","name":"id","type":"increments","length":"0","order":1,"defaultvalue":"","enumvalue":""},{"colid":"c219","name":"danger_level","type":"string","length":"200","order":2,"defaultvalue":"","enumvalue":""}],"relation":[{"extramethods":"","foreignkeys":"","name":"test","relatedmodel":"Trees","relationtype":"hasOne","usenamespace":""}],"seeding":[]},{"name":"Fish","color":"Red","position":{"x":890,"y":126},"modelclass":"Fish","increment":false,"timestamp":false,"softdelete":false,"column":[{"colid":"c238","name":"weight","type":"integer","length":"0","order":0,"defaultvalue":"","enumvalue":""},{"colid":"c239","name":"bear_id","type":"integer","length":"0","order":1,"defaultvalue":"","enumvalue":""},{"colid":"c237","name":"id","type":"increments","length" |
NewerOlder