Skip to content

Instantly share code, notes, and snippets.

@muco3327
muco3327 / yayinlar.json
Last active April 13, 2026 07:19
mkmac
{
"source_url": "https://panzerrbeyysite6.onrender.com/",
"source_type": "auto_panzer",
"update_interval": 3600,
"backup_url": ""
}
@muco3327
muco3327 / todo....eslintrc.cjs
Created November 19, 2023 17:34
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.22+commit.4fc1097e.js&optimize=true&runs=200&gist=
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
@muco3327
muco3327 / todo....eslintrc.cjs
Created November 19, 2023 17:30
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.22+commit.4fc1097e.js&optimize=true&runs=200&gist=
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
// SPDX-License-Identifier: MIT
pragma solidity >=0.4.22 <0.9.0;
contract TodoTaskContract {
event AddTask(address recipient, uint taskID);
event RemoveTask(uint taskId, bool isDeleted);
event CompleteTask(uint taskId, bool isCompleted, string completedAt);
//{id: 1, title: "Task 1", createdAt: "10/12/22", completedAt: "10/12/22", isChecked: false, isDeleted: false}
struct Task {
uint id;
// SPDX-License-Identifier: MIT
pragma solidity >=0.4.22 <0.9.0;
contract TodoTaskContract {
event AddTask(address recipient, uint taskID);
event RemoveTask(uint taskId, bool isDeleted);
event CompleteTask(uint taskId, bool isCompleted, string completedAt);
//{id: 1, title: "Task 1", createdAt: "10/12/22", completedAt: "10/12/22", isChecked: false, isDeleted: false}
struct Task {
uint id;
@muco3327
muco3327 / Ubiquiti UniFi SSH Commands.md
Created August 20, 2022 08:15 — forked from anhhtz/Ubiquiti UniFi SSH Commands.md
Ubiquiti UniFi SSH Commands

Ubiquiti UniFi SSH Commands:

Login

root / ubnt or ubnt / ubnt

Reboot

Reboot

Reset AP to Factory Default

syswrapper.sh restore-default