Skip to content

Instantly share code, notes, and snippets.

View rajnandan1's full-sized avatar
:bowtie:
Building

Raj Nandan Sharma rajnandan1

:bowtie:
Building
View GitHub Profile
@whitewhidow
whitewhidow / demo.html
Last active July 10, 2024 17:20
JS KeyCode Map
<div id="keyname">Press any key.</div>
@vuongtran
vuongtran / RESTful API sample structure using Node.js, Express.js included tesing
Last active December 4, 2019 15:44
RESTful API sample structure using Node.js, Express.js included tesing
Let's lool at the following example structure for RESTful API using Node.js, Express.js included tesing
app/
|---models/
|---controller/
|---helpers/
|---middlewares/
|---tests/
|---models/
|---controllers/
// The core app code
var myApp = (function () {
'use strict';
// Create a public methods object
var methods = {};
/**
* Extend the public methods object
@cablej
cablej / default.md
Created June 21, 2025 18:46
Cluely System prompt

<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>

<general_guidelines>

  • NEVER use meta-phrases (e.g., "let me help you", "I can see that").
  • NEVER summarize unless explicitly requested.
  • NEVER provide unsolicited advice.
  • NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
  • ALWAYS be specific, detailed, and accurate.