Skip to content

Instantly share code, notes, and snippets.

View zafercavdar's full-sized avatar
💻
coding

Zafer Cavdar zafercavdar

💻
coding
View GitHub Profile
// ==UserScript==
// @name VortexScript
// @namespace http://localhost
// @description auto pokemon finder
// @include http://zeta.pokemon-vortex.com/map.php?map=*
// @include http://theta.pokemon-vortex.com/map.php?map=*
// @require http://code.jquery.com/jquery-2.1.4.js
// @version 1.0
// @grant none
// ==/UserScript==
----------------------------------------------------------------------------------
-- Company: Koc University
-- Engineer: Zafer Cavdar & Cisem Altan
--
-- Create Date: 23:11:44 04/30/2016
-- Design Name: PSWG
-- Module Name: ProjectCode - Behavioral
-- Project Name: Programmable Square Wave Generator
-- Target Devices: Basys 2 Spartan 3E CP 132 FPGA Board
-- Tool versions:
// ==UserScript==
// @name VortexScript
// @namespace http://localhost
// @description auto pokemon finder
// @include http://zeta.pokemon-vortex.com/map.php?map=*
// @include http://theta.pokemon-vortex.com/map.php?map=*
// @require http://code.jquery.com/jquery-2.1.4.js
// @version 1.0
// @grant none
// ==/UserScript==
@zafercavdar
zafercavdar / pokefinder.js
Last active April 15, 2025 21:29
Pokemon-Vortex Pokemon Finder
// ==UserScript==
// @name VortexScript
// @namespace http://localhost
// @description auto pokemon finder
// @include http://zeta.pokemon-vortex.com/map.php?map=*
// @include http://theta.pokemon-vortex.com/map.php?map=*
// @require http://code.jquery.com/jquery-2.1.4.js
// @version 1.0
// @grant none
// ==/UserScript==
//Zafer Çavdar
#include<stdlib.h>
#include<stdio.h>
int main() {
printf("Give me N: ");
int N;
int i, j,k;
scanf("%d",&N);
int maxNum = 0;