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
// ==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== |
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
---------------------------------------------------------------------------------- | |
-- 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: |
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
// ==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== |
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
// ==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== |
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
//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; |
NewerOlder