Skip to content

Instantly share code, notes, and snippets.

View fededri's full-sized avatar

Federico Torres fededri

  • Autodesk
  • Argentina | Mexico
View GitHub Profile
@dcatanzaro
dcatanzaro / botcito_galicia.js
Last active January 26, 2024 22:36
Botcito para el Galicia
const axios = require("axios");
let lastIndexMovement = 0;
const TELEGRAM_BOTID = "";
const TELEGRAM_CHATID = "";
class Telegram {
sendTelegramMessage(message) {
const botId = TELEGRAM_BOTID;
@tank777
tank777 / CustomLinearLayoutManager.java
Created June 15, 2017 16:58
stop recyclerview scroll
package com.bgt.stopscrollrecycleview;
import android.content.Context;
import android.support.v7.widget.LinearLayoutManager;
import android.util.AttributeSet;
/**
* Created by Bhavesh on 15-06-2017.
*/