Skip to content

Instantly share code, notes, and snippets.

View vineeth-pappu's full-sized avatar
🥇
History in the making

Vineeth Viswanathan vineeth-pappu

🥇
History in the making
View GitHub Profile

Cheap AI Chess!

A wonderful opportunity to beat a computer at chess!

Play against a friend, a totally random AI, or wager money as it plays against itself. I'm sure there are still bugs in here but hey, happy new year.

A Pen by vineeth on CodePen.

License.

@vineeth-pappu
vineeth-pappu / developer-page-concept-digital-design.markdown
Created May 31, 2021 09:12
Developer page concept (digital design)
@vineeth-pappu
vineeth-pappu / developer-page-concept-digital-design.markdown
Created May 31, 2021 09:12
Developer page concept (digital design)
@vineeth-pappu
vineeth-pappu / app.authguard.ts
Created April 19, 2021 08:35 — forked from sairamkrish/app.authguard.ts
keycloak - angular integration - authguard example
import { Injectable } from '@angular/core';
import { CanActivate, Router, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
import { KeycloakService, KeycloakAuthGuard } from 'keycloak-angular';
@Injectable()
export class AppAuthGuard extends KeycloakAuthGuard {
constructor(protected router: Router, protected keycloakAngular: KeycloakService) {
super(router, keycloakAngular);
}
@vineeth-pappu
vineeth-pappu / index.html
Created January 28, 2021 08:30
News App Concept with CSS Variables
<div id="app" class="start" data-state="START">
<nav class="ui-nav">
<div class="ui-nav-buttons">
<div class="ui-icon -menu"></div>
<div class="ui-icon -search"></div>
</div>
<ul class="ui-nav-items">
<li class="ui-nav-item" data-key="1">
<div class="ui-nav-item-title">
<span>Highlights</span>
@vineeth-pappu
vineeth-pappu / index.html
Created January 28, 2021 08:18
ThreeJS Edges Geometry Demo
<h1>// Scanning your memories...</h1>
@vineeth-pappu
vineeth-pappu / developer-page-concept-digital-design.markdown
Created January 28, 2021 07:40
Developer page concept (digital design)

Fusion Glitch

Using canvas lines are generated using randomly selected svg path fragments to create hypnotic mutating patterns and the impression of fire / smoke.

A Pen by vineeth on CodePen.

License.

@vineeth-pappu
vineeth-pappu / hacker-lightning-wip.markdown
Created January 28, 2021 07:20
Hacker Lightning (wip)

Hacker Lightning (wip)

Creating a text character "lightning/electricity" effect. Click the text to see.

A Pen by vineeth on CodePen.

License.