I hereby claim:
- I am anataliocs on github.
- I am anataliocs (https://keybase.io/anataliocs) on keybase.
- I have a public key ASDzqcwpJiwvYsmmnKBmzLLbYoL_2mimQGdR0vzjBTc9UAo
To claim this, I am signing this object:
| public int getNumberOfFucksGiven() { | |
| Calendar today = Calendar.getInstance(); | |
| switch(today.get(Calendar.DAY_OF_WEEK)) { | |
| case Calendar.MONDAY: return 0; | |
| case Calendar.TUESDAY: return 0; | |
| case Calendar.WEDNESDAY: return 0; | |
| case Calendar.THURSDAY: return 0; | |
| case Calendar.FRIDAY: return 0; | |
| case Calendar.SATURDAY: return 0; |
| #!/bin/sh | |
| DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) | |
| RUN_DIR=${DIR}/.dynamodb | |
| DYNAMODB_LOCAL="http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz" | |
| PORT=8000 | |
| ARGS="-inMemory -port ${PORT}" | |
| install_dynamo_db(){ | |
| mkdir -p $1 | |
| curl -L $2 | tar xvz -C $1 |
I hereby claim:
To claim this, I am signing this object:
| @Override | |
| public String toString() { | |
| return lineSeparator() + Arrays.stream(matrix) | |
| .map(a -> Arrays.toString(a) + lineSeparator()) | |
| .collect(Collectors.joining(lineSeparator())); | |
| } |
| open -na Google\ Chrome --args --user-data-dir=/tmp/temporary-chrome-profile-dir --disable-web-security --incognito --media-cache-size=1 --disk-cache-size=1 --new-window --allow-insecure-localhost --ignore-certificate-errors-spki-list --unsafely-treat-insecure-origin-as-secure --aggressive-cache-discard --cors-exempt-headers |
| const path = require("path"); | |
| const HDWalletProvider = require("@truffle/hdwallet-provider"); | |
| const mnemonic = ""; | |
| module.exports = { | |
| // See <http://truffleframework.com/docs/advanced/configuration> | |
| // to customize your Truffle configuration! | |
| contracts_build_directory: path.join(__dirname, "client/src/contracts"), | |
| networks: { |
| gid:S8rNiPpqbqjzkYrsk6yH7f |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.17; | |
| contract Primitives { | |
| bool public boo = true; | |
| /* | |
| uint stands for unsigned integer, meaning non negative integers | |
| different sizes are available | |
| uint8 ranges from 0 to 2 ** 8 - 1 |
| 300068107 | |
| 621903189 |
| 65214908 |