Instantly share code, notes, and snippets.
👨💻
Coding
M.S. degree from Chungnam National University Daejeon, Korea in 2016. Many years of experience working as a full stack, web and mobile developer. PhD candidate.
- South Korea
- https://github.com/teocci
teocci /neutralize_0x39426c.user.js
CreatedMarch 4, 2025 05:16
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
// ==UserScript== | |
//@name W2MUnlocker | |
//@namespace http://tampermonkey.net/ | |
//@version 2025-03-04 | |
//@description Prevents execution of the _0x39426c function on watch2movies.net | |
//@author Teocci | |
//@match *://*.watch2movies.net/* | |
//@icon https://www.google.com/s2/favicons?sz=64&domain=watch2movies.net | |
//@grant none | |
//@run-at document-start |
teocci /2025-early-ai-tools.md
CreatedFebruary 18, 2025 04:27
teocci /prompt-engineeering-ideas.md
CreatedDecember 24, 2024 05:41
teocci /awesome-chatgpt-prompts.csv
CreatedDecember 2, 2024 06:21
We can make this filebeautiful and searchable if this error is corrected: Unclosed quoted field in line 3.
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
"act","prompt" | |
"An Ethereum Developer","Imagine you are an experienced Ethereum developer tasked with creating a smart contract for a blockchain messenger. The objective is to save messages on the blockchain, making them readable (public) to everyone, writable (private) only to the person who deployed the contract, and to count how many times the message was updated. Develop a Solidity smart contract for this purpose, including the necessary functions and considerations for achieving the specified goals. Please provide the code and any relevant explanations to ensure a clear understanding of the implementation." | |
"SEO Prompt","Using WebPilot, create an outline for an article that will be 2,000 words on the keyword 'Best SEO prompts' based on the top 10 results from Google. Include every relevant heading possible. Keep the keyword density of the headings high. For each section of the outline, include the word count. Include FAQs section in the outline too, based on people also ask section from Google for the ke |
teocci /Prompt Teaching-kling.md
CreatedNovember 20, 2024 08:20
teocci /negative-prompts-for-video-generation.md
CreatedOctober 8, 2024 07:55
teocci /how to disable and remove Android apps.md
Last activeJune 15, 2025 05:19
teocci /ObjectUpdateExample.java
CreatedJanuary 26, 2024 02:23
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
importjava.util.ArrayList; | |
importjava.util.List; | |
importjava.util.stream.LongStream; | |
publicclassObjectUpdateExample { | |
publicstatic <T>voidprintArray(List<T>list) { | |
printArray(list.toArray()); | |
} | |
teocci /typed-nojq.js
CreatedSeptember 12, 2023 12:44
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
(function(global){ | |
"use strict"; | |
varTyped=function(element,options){ | |
this.el=document.querySelector(element); | |
this.options=Object.assign({},Typed.DEFAULTS,options); | |
this.isInput=this.el.tagName.toLowerCase()==="input"; | |
this.attr=this.options.attr; | |
this.showCursor=!this.isInput&&this.options.showCursor; | |
this.elContent=this.attr ?this.el.getAttribute(this.attr) :this.el.textContent; |
teocci /vm-network-solver.sh
Last activeMarch 29, 2023 06:11
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
sudo rmmod e1000 | |
sudo rmmod e1000e | |
sudo rmmod igb | |
sudo modprobe e1000 | |
sudo modprobe e1000e | |
sudo modprobe igb | |
sudo dhclient ens37 |
NewerOlder