• Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created about 10 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is an interactive project designed using d3.js library to plot the data points obtained from spam messages using K-Means data clustering and Naive Bayes data classification algorithms.

More Repositories

1

SwiftWebSocket

A repository to demonstrate how to use Web socket to create client and server on iOS using Swift
Swift
14
star
2

DiffableDataSource

A repository to demonstrate the use of DiffableDataSource in iOS 13
Swift
11
star
3

JKAnimationDemos

This repository is based on the animation examples from 'iOS Core Animation: Advanced Techniques' by Nick Lockwood
Objective-C
9
star
4

JKAutolayoutTricks

Sample project to show several Autolayout tricks I learned
Objective-C
7
star
5

UICollectionViewDemo

A demo project as a part of tutorial on how to create a UICollectionView boilerplate code
Swift
7
star
6

DHImageSliderView

This is the implementation of image slider for iOS. Customizable and easy to use plugin. Just add pod path and get ready to use.
Objective-C
7
star
7

JKSecretAnimatingLabel

iOS library to implement the shiny, secret label animation
Objective-C
5
star
8

JK3DTouchDemo

A sample project to demonstrate the use of 3D touch on iPhone6s
Swift
5
star
9

SwiftUIMVVMDemo

A repo for the code that demos how to use MVVM architecture with SwiftUI for iOS development
Swift
5
star
10

JKParagraphLineSpacingDemo

A project to demonstrate to custom line spacing between UILabel text
Swift
4
star
11

picnic-task

A Picnic iOS take-home Assignment Giphy API solution in Swift SwiftUI Combine
Swift
4
star
12

Projective-Transform-Demo

This is a C++ project to demonstrate the ability of Projective transformation to improve distorted image taken from slanted angle
C++
3
star
13

JKPatternLock

This is a implementation of famous pattern lock used in modern tablets and smartphones
HTML
3
star
14

JKSpiderChartLibrary

A spider chart library to draw an interactive 2 dimensional chart
Swift
3
star
15

WFViperDemo

A repository to demonstrate the VIPER architecture for iOS
3
star
16

JKSexyOptionsOpener

A Sexy option opener for iOS. Spring animation with highly portable across devices and orientations
Objective-C
3
star
17

JKCustomizedCollectionView

This is simple implementation of Pinterest presentation style using iOS provided UICollectionView framework
Objective-C
3
star
18

InfiniteLoadExample

A demo to show how to implement infinite loading on iOS using Swift
Swift
3
star
19

WebPageDependencyVisualization

This is a project to visualize web pages dependency and links generated using page rank algorithm. Project uses d3.js to graphically visualize web page data
Python
3
star
20

SpeechRecognitionLibrary

A pluggable library for speech recognition on iOS - Requires iOS 10.0+
Swift
3
star
21

JKProgressPercentageCounter

A animating label counter to show completion progress and total percentages with interactive animation
Swift
2
star
22

Database-model-test-iOS

A project to compare performance of Magical record (Wrapper around core data) and Realm database model
Objective-C
2
star
23

LanguageInterOperability

A sample project to demo how Swift and Objective-C codes interact and interoperate with each other
Swift
2
star
24

JKInteractivePushNotifications

A sample project to demonstrate the usage of interactive notifications
Objective-C
2
star
25

OrbitzHotelsViewer

an iOS project to view list of Orbitz hotels in list and map view
Objective-C
2
star
26

onlineairtravelbooking

This is an angular JS app for online air ticket booking
JavaScript
2
star
27

JKImageSliderView

A simple slider view using Apple's own UIKit animations
Swift
2
star
28

NewMineSweeperGame

A Minesweeper game written in Swift and Xcode
Swift
2
star
29

JKSocialSharingCollection

A one point library to login and share content using social networking credentials such as Facebook, Twitter and Google Plus
Objective-C
2
star
30

JKCustomLoader

An iOS Custom loader implemented using layer mask
Objective-C
1
star
31

TouchIDAuthenticationDemo

A sample project to demonstrate the working of Touch ID authentication on iOS
Swift
1
star
32

HapticFeedbackDemo

A sample project to demonstrate the Haptic feedback usage and feel (Applicable for only iPhone 7 and Plus)
Swift
1
star
33

SceneDetector_Starter_Base

A base repository for tutorial to integrate CoreML in iOS app
Swift
1
star
34

ComponentKitPractice

A practice project to test my skills with ComponentKit
Objective-C++
1
star
35

adyen-take-home-exercise

Adyen take home exercise for iOS developer position - Amsterdam
Swift
1
star
36

BinaryClock

A Javascript project to display clocks in different fashions
JavaScript
1
star
37

ImageTransformations

This is a computer vision project written in C++ with libpng library to perform image transformations and hough circle detection for given images. Please refer to dev branch for most recent project updates
C++
1
star
38

JKMineSweeperGame

The implementation of classic minesweeper using Objective-C and Cocoa
Objective-C
1
star
39

AsyncLoaderImplementation

A Swift and iOS code to demonstrate how to perform long running network requests with proper loading state using async await
1
star
40

UnitTesting

A repository to group examples of unit testing best practices as a part of my talk
Swift
1
star
41

DHMathematicsGame

This is simple game based upon basic rules in Mathematics
Objective-C
1
star
42

JKScratchPad

A scratch pad to do some learning while writing an implementation of SpiderChart library.
Objective-C
1
star
43

JKFlapView

Custom flap view to make 2D and 3D flaps with awesome customizable options (Inspired from Fabric.io answers flap view) 🌎
Objective-C
1
star
44

JKCustomURLSchemes

A sample project to demonstrate the use of custom URL schemes
Swift
1
star
45

JKEasyAFNetworking

This is the block based project to facilitate API communications using AFNetwroking APIs
Objective-C
1
star
46

JKFancySignature

A Custom view to allow users to easily create, store and reproduce signature with fancy effects. Highly customizable to suite to your requirements.
Objective-C
1
star
47

PythonSpamFiltering

This is Project to do spam filtering based on baysian network and K-means clustering to separate out regular messages from spams
Python
1
star
48

JKJavascriptiOSDemo

A sample project to demonstrate communication between iOS and JavaScript
Swift
1
star
49

JKCraterViewDemo

A demo to create crater/hole to the given UIView subclass
Swift
1
star
50

JKTextAttachmentDemo

A demo project on how to create text with embedded emojis
Swift
1
star
51

JKUITestingDemo

A Sample repository to demonstrate UI Testing and usage of snapshot Fastlane tool
Swift
1
star
52

JKUIKitDynamicsDemos

A repository to demonstrate the use of UIKit dynamics
Objective-C
1
star
53

JKAppBadgeCounter

A sample project to demonstrate the usage and benefit of app badge counter
Swift
1
star
54

RijksmuseumCollections

Swift
1
star
55

JKFacebookPrideEffect

A Library to apply Facebook style pride parade effect to the given image
Objective-C
1
star
56

JKLoginMVVMDemo

A sample repo to demonstrate the use MVVM pattern
Objective-C
1
star
57

Touch3DWrapper

A Wrapper for 3D touch demo. Pluggable library for any client app to implement 3D touch with less hassle
Swift
1
star
58

JKSwiftyTableViewController

A sample project to demonstrate the use of table view controller in Swifty way
Swift
1
star
59

JKAutomaticRowHeightDemo

A demo to show iOS8 feature which enables table view cells to adjust height according to content size
Objective-C
1
star
60

ReactiveCocoaExamples

This is a repository written in Objective-C to demonstrate the use and examples using simple and complex Reactive Cocoa examples
Objective-C
1
star
61

JKCustomURLScheme

A project demonstrating use of custom URL scheme in an iOS app
Swift
1
star
62

JKActivityViewController

A sample project to demonstrate the use of Activity View controller in iOS app to work with custom activities
Swift
1
star