Skip to content

Instantly share code, notes, and snippets.

View yohannawaliya's full-sized avatar

Yohanna Joseph Waliya yohannawaliya

View GitHub Profile
@yohannawaliya
yohannawaliya / index.html
Created January 2, 2024 13:04
Responsive Image Gallery with jQuery Lightbox
<section id="gallery">
<div class="container">
<div id="image-gallery">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 image">
<div class="img-wrapper">
<a href="https://unsplash.it/500"><img src="https://unsplash.it/500" class="img-responsive"></a>
<div class="img-overlay">
<i class="fa fa-plus-circle" aria-hidden="true"></i>
</div>
@yohannawaliya
yohannawaliya / index.pug
Created August 13, 2023 14:08
Kindle Paperwhite Simulator
.container.d-flex.justify-content-center.align-items-center.py-5
.kindle
.screen
// Page Controls
.overlay.w-100.h-100.d-none
.controls.w-100.h-100.d-none
.top.d-flex.justify-content-center.align-items-center Tap here to see menu
.left.d-flex.justify-content-center.align-items-center Previous
.center.d-flex.justify-content-center.align-items-center Tap here to exit menu
.right.d-flex.justify-content-center.align-items-center Next
@yohannawaliya
yohannawaliya / README.md
Created June 17, 2023 20:58 — forked from GilLevi/README.md
Emotion Recognition in the Wild via Convolutional Neural Networks and Mapped Binary Patterns

Gil Levi and Tal Hassner, Emotion Recognition in the Wild via Convolutional Neural Networks and Mapped Binary Patterns

Convolutional neural networks for emotion classification from facial images as described in the following work:

Gil Levi and Tal Hassner, Emotion Recognition in the Wild via Convolutional Neural Networks and Mapped Binary Patterns, Proc. ACM International Conference on Multimodal Interaction (ICMI), Seattle, Nov. 2015

Project page: http://www.openu.ac.il/home/hassner/projects/cnn_emotions/

If you find our models useful, please add suitable reference to our paper in your work.

@yohannawaliya
yohannawaliya / index.html
Created January 24, 2022 14:52
Vertical carousel with TweenMax.js
<div class="slider-wrap">
<div id="card-slider" class="slider">
<div class="slider-item">
<div class="animation-card_image">
<img src="https://uznayvse.ru/images/stories2016/uzn_1460039478.jpg" alt="">
</div>
<div class="animation-card_content">
<h4 class="animation-card_content_title title-2">Charlize Theron 1</h4>
<p class="animation-card_content_description p-2">With no contractual commitments comes the freedom of having top notch content created whenever.</p>
<p class="animation-card_content_city">New York, NY</p>
@yohannawaliya
yohannawaliya / index.html
Last active January 24, 2022 14:42
SVG Animation
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" enable-background="new 0 0 400 400" xml:space="preserve">
<g id="jjperezaguinaga">
<g id="countryObjects">
<path fill="#F15C27" d="M124.467,134.068c-2.028,2.304-3.916,4.723-5.74,7.187c-0.104,0.155-0.359,0.16-0.568,0.012l-14.95-10.734
c-0.208-0.149-0.431-0.462-0.492-0.699c-0.699-2.659-1.231-5.311-1.771-8.085c-0.046-0.243,0.114-0.458,0.359-0.476
c2.819-0.201,5.698-0.233,8.443-0.247c0.239,0,0.59,0.138,0.781,0.308l13.809,12.168
@yohannawaliya
yohannawaliya / index.html
Created December 5, 2021 16:17
loop - pure JavaScript
<canvas id="canvas">Canvas not supported.</canvas>
@yohannawaliya
yohannawaliya / index.html
Created October 6, 2021 06:41
Playing with AR (Augmented Reality) - AR.js
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta name="theme-color" content="#f14a4a">
<meta name="application-name" content="Playing with Augmented Reality (Ar.js)">
<meta name="description" content="Playing with Augmented Reality (AR.js)">
<meta name="keywords" content="Threejs, Javascript, WebGl, Augmented Reality, Ion Drimba Filho">
<meta name="subject" content="Playing with Augmented Reality (Ar.js)">
@yohannawaliya
yohannawaliya / index.pug
Created October 1, 2021 11:29
Random Gif Generator w/ Giphy API
#gif-wrap
#gif-logo
img(src="https://storage.googleapis.com/chydlx/codepen/random-gif-generator/giphy-logo.gif")
button#new-gif New Gif
@yohannawaliya
yohannawaliya / LICENSE
Created September 21, 2021 12:33 — forked from yanofsky/LICENSE
A script to download all of a user's tweets into a csv
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit