VirusTotal scan result: https://www.virustotal.com/gui/file/90f4c675e360b0933819d63fee7d93f097013ed8867520f8bfb4c553b867dbcd/detection
This file contains 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
class NewAppWidget : AppWidgetProvider() { | |
override fun onUpdate( | |
context: Context, | |
appWidgetManager: AppWidgetManager, | |
appWidgetIds: IntArray | |
) { | |
// There may be multiple widgets active, so update all of them | |
for (appWidgetId in appWidgetIds) { | |
updateAppWidget(context, appWidgetManager, appWidgetId) | |
} |
This file contains 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
package io.github.runo280; | |
import org.jsoup.Jsoup; | |
import org.jsoup.nodes.Document; | |
import org.jsoup.nodes.Element; | |
import org.jsoup.select.Elements; | |
import java.io.IOException; | |
import java.net.URL; |
This file contains 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
https://t.me/asan_job_iran | |
https://t.me/doorijob | |
https://t.me/expertonline | |
https://t.me/favakar | |
https://t.me/favakargroupp | |
https://t.me/freelancer_job | |
https://t.me/group_estekhdam | |
https://t.me/hr_startup | |
https://t.me/itjobschannel | |
https://t.me/job_stuepa |
This file contains 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
#!/usr/bin/env python3 | |
# coding=utf8 | |
import time | |
import os | |
import sys | |
from pyvirtualdisplay import Display | |
from selenium import webdriver | |
reload(sys) | |
sys.setdefaultencoding('utf8') |
This file contains 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
package main | |
import ( | |
"fmt" | |
"log" | |
"os" | |
"path/filepath" | |
"strings" | |
"time" |
This file contains 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
package main | |
import ( | |
"fmt" | |
"log" | |
"os" | |
"os/exec" | |
"path/filepath" | |
) | |
//go build -ldflags -w |
This file contains 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
package com.jwhh.notekeeper | |
import android.content.Context | |
import android.content.SharedPreferences | |
import android.preference.PreferenceManager | |
import android.text.Editable | |
object PreferenceHelper{ |
This file contains 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
#!/bin/env bash | |
# Author: https://github.com/runo280 | |
# How to use: ./gitit_dl.sh https://git.ir/your_course_name/ | |
# Valid pattern for url: https://git.ir/your_course_name/ | |
# Needed packages: aria2, wget, sed, cut, grep, rev |
NewerOlder