Skip to content

Instantly share code, notes, and snippets.

@temp3l
temp3l / Gme.md
Created June 24, 2024 18:17
Gme analysis

Let's start with a detailed analysis of the chart you provided.

Visual and Technical Analysis

Visual Analysis

Upon inspecting the chart, I noticed the following key points:

  1. Trend Direction: The overall trend seems to be bullish, with higher highs and higher lows.
  2. Pattern Formation: There appears to be a breakout from a consolidation phase.
  3. Volume: There is a noticeable increase in trading volume during the breakout, suggesting strong buying interest.
@temp3l
temp3l / nestjs-singleton-module-instance-dependency.md
Last active May 10, 2024 06:57
nestjs singleton module instance dependency

The trick is:

  • do not import/export/provide the DataService from ANY module (including app.module)
  • just import the ConsumingService from app.module

DataService implements onModuleInit
    fetch countries, docTypes, etc
DataModule:

providers: [DataService],

@temp3l
temp3l / fym-report.md
Created February 6, 2024 04:45
fym report
@temp3l
temp3l / freeyourmind-report.md
Created February 5, 2024 19:05
freeyourmind-report.md

Report

url https://freeyourmindexperience.com?et_blog.html
title Kitesurfing Tarifa - Free Your Mind Kiteschool, Camps, Events
description Kitesurfing Tarifa - Learn kitesurfing with our kiteschool Free your Mind. Lessons, camps, yoga and rooms. Book your holiday package now!
title title is used multiple times

@temp3l
temp3l / yleniacammareri.md
Created January 22, 2024 08:58
yleniacammareri report

Report

url https://yleniacammareri.com
title \n Ylenia Cammareri PMU\n
description Dermopigmentista professionista, Ylenia Cammareri offre corsi e servizi di dermopigmantazione a Forlì e Milano. Tra i servizi più popolari vi sono il tatuaggio alle sopracciglia e alle labbra, tutti eseguiti con le tecniche più avanzate, oltre alla vendita di matite professionali per le sopracciglia.
title title is too short ( 28 < 40 )
description description is too long: ( 301 > 160 )
logoutput: stdout
internal: 0.0.0.0 port = 1090
external: 192.168.0.15
clientmethod: none
clientmethod: none
socksmethod: none
user.privileged: root
user.notprivileged: nobody
srchost: nodnsmismatch
user.libwrap: nobody
@temp3l
temp3l / AdbCommands
Created October 3, 2021 23:17 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
const puppeteer = require('puppeteer');
(async () => {
const browser = await puppeteer.launch({
devtools: true,
//slowMo: 850 // slow down by 250ms
});
const page = await browser.newPage();
await page.goto('https://www.instagram.com/hackaberry/?hl=de');
{
"$id": "#/definitions/ibans",
"type": "array",
"title": "Ibans",
"description": "ibans description",
"items": {
"$id": "#/definitions/ibans/items",
"type": "string",
"title": "Ibans_item",
"description": "ibans_item description",
{
"thumbnail_src": {
"type": "string",
"title": "Thumbnail_src",
"description": "thumbnail_src description",
"maxLength": 200,
"format": "uri"
},
"media_preview": {
"type": "string",