Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
karthick18
/
inception
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
779
Code
Issues
4
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 22, 2010
Added install and uninstall dummy targets to Makefile
Mark Szymanski
committed
1b0cd62
View commit details
Copy full SHA for 1b0cd62
Browse repository at this point
Converted README to Markdown
Mark Szymanski
committed
90e76bb
View commit details
Copy full SHA for 90e76bb
Browse repository at this point
Commits on Aug 12, 2010
Added support for MIPS 32 bit on linux for the inception to be done on fischers_mind_state also for MIPS. Changed asm to have volatile to be safe w.r.t asms being removed by compiler. Added a CROSS…
Show description for bf32060
karthick18
committed
bf32060
View commit details
Copy full SHA for bf32060
Browse repository at this point
Commits on Aug 9, 2010
Sequencing changes related to Cobb's entry to level 4/limbo after Fischer's killed by Mal as he is taken by Ariadne to that level. Also some synchronization changes related to Saito's death in leve…
Show description for a6469b0
karthick18
committed
a6469b0
View commit details
Copy full SHA for a6469b0
Browse repository at this point
Commits on Aug 7, 2010
Added support for ARM in linux today to plant the inception thought in fischers_mind_state map. Was nice to learn about arm assembly to add the inception code support. Felt much advanced than intel…
Show description for 378450e
karthick18
committed
378450e
View commit details
Copy full SHA for 378450e
Browse repository at this point
Commits on Aug 3, 2010
Just realized in my dream that Saito had to follow Eames into level 3 and not enter before others. So updating the sequencing in dream level 2 to have Saito driven by Eames in turned driven by Cobb…
Show description for 1c8e262
karthick18
committed
1c8e262
View commit details
Copy full SHA for 1c8e262
Browse repository at this point
Commits on Aug 1, 2010
Rearranged locking to be more fine-grained by using the per dreamer mutex in each level over the dream level mutex common to all the dreamers in a level for dream cmd dequeues
karthick18
committed
8743dad
View commit details
Copy full SHA for 8743dad
Browse repository at this point
Commits on Jul 29, 2010
Trigger Eames to fake Fischers father in level 3 before triggering Fischer to meet his father. Update Saito's state on all levels followed by limbo state update without holding any dream level lock…
Show description for f4b2ee5
karthick18
committed
f4b2ee5
View commit details
Copy full SHA for f4b2ee5
Browse repository at this point
Commits on Jul 28, 2010
Support for MacOSX and it now correctly dumps Fischers inception thought at the end in OSX also. Had to generate another inception_thoughts opcode buffer specific to OSX once I figured that OSX pus…
Show description for d0e148c
karthick18
committed
d0e148c
View commit details
Copy full SHA for d0e148c
Browse repository at this point
Commits on Jul 27, 2010
Added a new 64 bit specific op-code buffer in inception.h for the morph to work as the 32 bit emulation mode int 0x80 call doesnt work with the opcode translation with x86_64 opcode buffers. So int…
Show description for 16ee812
karthick18
committed
16ee812
View commit details
Copy full SHA for 16ee812
Browse repository at this point
Linking with -lrt only for Linux builds using clock_gettime
karthick18
committed
1b90dcd
View commit details
Copy full SHA for 1b90dcd
Browse repository at this point
Support to build for unixes other than linux like OSX. Change the asm call to fischer_dream_level1 to use gcc inline assembly so as to be portable. Change Makefile to use i386 for 32 bit differenti…
Show description for 508b232
karthick18
committed
508b232
View commit details
Copy full SHA for 508b232
Browse repository at this point
Commits on Jul 26, 2010
Just remove the quote typo in the Makefile i686 check for 32 bit compiles
karthick18
committed
29c8e4b
View commit details
Copy full SHA for 29c8e4b
Browse repository at this point
Fix Makefile to use -m64 to compile for 64 bit instead of defaulting to 32 bit on 64 bit machines. However the morph code buffer still doesn't work for some reason on x86_64 as the code exits out w…
Show description for 00e3e09
karthick18
committed
00e3e09
View commit details
Copy full SHA for 00e3e09
Browse repository at this point
removing the fflush as that was meant to just flush out unbuffered output macro calls that misses a newline(just for my debugging). Some reddit idiots started hacking on the output macro format :-)
karthick18
committed
b960842
View commit details
Copy full SHA for b960842
Browse repository at this point
Commits on Jul 25, 2010
Change the wake_up from dream algo. to wake up in a cascading fashion individual dreamers on each level with a per dreamer wake up wind up rather than a wake up all across all levels. Also introduc…
Show description for fe563a4
karthick18
committed
fe563a4
View commit details
Copy full SHA for fe563a4
Browse repository at this point
Commits on Jul 24, 2010
limbo code complete + unlocked for complete sequenced runs covering the Movie
karthick18
committed
cb70bc6
View commit details
Copy full SHA for cb70bc6
Browse repository at this point
Inception code complete. with limbo phase and synchronize kickback with exit of the code with Fischers thought assuming Inception was successful
karthick18
committed
c713b1c
View commit details
Copy full SHA for c713b1c
Browse repository at this point
Updating README
karthick18
committed
541851b
View commit details
Copy full SHA for 541851b
Browse repository at this point
Just adding a TODO marker to the last phase of the code in enter_limbo before wind_back or a synchronized kick
karthick18
committed
0145498
View commit details
Copy full SHA for 0145498
Browse repository at this point
Additions/changes to dream level 3 and a new limbo level in inception
karthick18
committed
543fd62
View commit details
Copy full SHA for 543fd62
Browse repository at this point
removing object and binary file
karthick18
committed
2ec0ade
View commit details
Copy full SHA for 2ec0ade
Browse repository at this point
Adding README
karthick18
committed
5fa80b3
View commit details
Copy full SHA for 5fa80b3
Browse repository at this point
Adding the code that explains the movie Inception in 'C' language and tries to implement INCEPTION movie concept programmatically
karthick18
committed
ddc5968
View commit details
Copy full SHA for ddc5968
Browse repository at this point
You can’t perform that action at this time.