ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
iOS gaming with cocos2dPrepared by Ngo Duc HiepCopyright 2011 PTT Solution ., JSC. All rights reserved.Hanoi, May 2011
iOS game enginescocos2dSparrowGalaxyoolong
iOS game enginesGame saladCoronaUnityiTorque
iOS game engineshttp://maniacdev.com/2011/01/open-source-and-commercial-ios-game-engine-listings-updated/http://maniacdev.com/2009/09/the-commercial-iphone-game-engine-comparison-3d-and-2d/
cocos2d gamesTap Pet Hotel: #1 FreeZombie Farm: #6 FreeTap Zoo: #2 FreeiStunt 2: #6 Free
cocos2d gamesZombieSmash: #1 PaidAir Penguin: #1 PaidTrainyard: #2 PaidFishing Frenzy: #7 Paid
cocos2d
App workflowSettingsLoadingHomeGame PlayLeaderboard
App workflowCCSceneCCDirector: run, push, pop replace scene[[CCDirectorsharedDirector] runWithScene:loading];
[[CCDirectorsharedDirector] replaceScene:home];
CCTransition: transition between scenesCCLayer
CCLayerHandle eventisTouchEnabled_
isAccelerometerEnabled_Game controllerMange game entities - CCNode
CCNodeRenderable itemCCLayer, CCScene are all nodesFeaturesContains another nodes
Schedule timer
Play actions
Position/rotation/scale/contentSizeCCSpriteSpritesTexture
CCNode: CoordinatecontentSize.widthcontentSize.height
CCNode: CoordinateanchorPointrotationposition
CCNode: Coordinate
CCNode: Transformation- (CGAffineTransform)nodeToParentTransform;- (CGAffineTransform)parentToNodeTransform;- (CGAffineTransform)nodeToWorldTransform;- (CGAffineTransform)worldToNodeTransform;- (CGPoint)convertToNodeSpace:(CGPoint)worldPoint;- (CGPoint)convertToWorldSpace:(CGPoint)nodePoint;
CCNode: ActionsModify node¡¯s attributes by timeposition/rotation/scale/opacity/gridInterval actions and Instant actions
CCNode: ActionsCCMove_CCJump_CCBezier_CCScale_CCRotate_CCFade_
CCNode: ActionsTime alter actions:CCEase_
CCEaseExponential_
CCEaseSine_
CCEaseElastic_
CCEaseBounce_CCNode: Special actionsCCCallFuncCCCallBlockCCPropertyActionCCFollowCCSequenceCCSpawnCCRepeat
CCNode: 3D EffectsCCFlipX3D/CCFlipY3DCCWaves3DCCRipple3DCCSplitRows¡­
CCSprite: Animation
CCSprite: Animation
CCNode: Scheduler-(void) schedule: (SEL) s interval:(ccTime)seconds;-(void) unschedule: (SEL) s;-(void) pauseSchedulerAndActions;-(void) resumeSchedulerAndActions;
Touch DispathcherCCTouchDispathcher-(void) addStandardDelegate:(id) delegate priority:(int)priority;-(void) addTargetedDelegate:(id) delegate priority:(int)priority swallowsTouches:(BOOL)swallowsTouches;-(void) removeDelegate:(id) delegate;
Box2D
FeaturesRigid bodyFixture: rectangle, circle, poligonJointContact filterContact listenerSimulate	world->Step(dt);
cocos2d ?? Box2DBody, joint, fixture user datafor (b2Body* b = world->GetBodyList(); b; b = b->GetNext()){	if (b->GetUserData() != NULL) {CCSprite *actor = (CCSprite*)b->GetUserData();actor.position = CGPointMake( b->GetPosition().x , b->GetPosition().y);actor.rotation = -b->GetAngle() * 180 / M_PI;	} }
CarCocos2dccCarBodyccCarWheel1ccCarWhell2Box2Db2CarBody
b2CarWheel1
b2CarWhell2
b2CarJoint1
b2CarJoint2cocos2d+ext
CCNode+extTransform- (CGAffineTransform) nodeToNodeTransform:					(CCNode *) node;- (CGAffineTransform) nodeFromNodeTransform:					(CCNode *) node;
CCNode+extTransformCollision- (CGRect) rect;
- (BOOL) isCollideWithNode:(CCNode *) node;CCNode+extTransformCollisionContaining- (BOOL) containsPoint:(CGPoint) loc;
- (BOOL) containsTouch:(UITouch *) touch;CCSprite+ext- (CCAction *) animateFramesWithKey:(NSString *) key startIndex:(int) start endIndex:(int) end duration:(float) duration reverse:(BOOL) reverse forever:(BOOL) forever;
CCComponentIndependent, portableStates controlData drivenCallbacksPhysics supportComposition
CCComponentDataTexture fileTexture def fileComponent def fileStatesChilds
CCComponentStatesAnimate framesRotate ScaleFade
CCComponentLion_jump_1.pngLion_jump_2.pngLion_jump_4.pngLion_jump_3.png

More Related Content

Similar to iOS Gaming with Cocos2d (20)

JVM code reading -- C2
JVM code reading -- C2JVM code reading -- C2
JVM code reading -- C2
ytoshima
?
More than po: Debugging in LLDB
More than po: Debugging in LLDBMore than po: Debugging in LLDB
More than po: Debugging in LLDB
Michele Titolo
?
Cocos2d for beginners
Cocos2d for beginnersCocos2d for beginners
Cocos2d for beginners
Azukisoft Pte Ltd
?
Box2D with SIMD in JavaScript
Box2D with SIMD in JavaScriptBox2D with SIMD in JavaScript
Box2D with SIMD in JavaScript
Intel? Software
?
The bytecode gobbledygook
The bytecode gobbledygookThe bytecode gobbledygook
The bytecode gobbledygook
Raimon R¨¤fols
?
Android Developer Days: Increasing performance of big arrays processing on An...
Android Developer Days: Increasing performance of big arrays processing on An...Android Developer Days: Increasing performance of big arrays processing on An...
Android Developer Days: Increasing performance of big arrays processing on An...
Stanfy
?
ïw¤ÓµÀ¾ß¤Ç¤Ï¤Ê¤¤Metal #iOSDC
ïw¤ÓµÀ¾ß¤Ç¤Ï¤Ê¤¤Metal #iOSDCïw¤ÓµÀ¾ß¤Ç¤Ï¤Ê¤¤Metal #iOSDC
ïw¤ÓµÀ¾ß¤Ç¤Ï¤Ê¤¤Metal #iOSDC
Shuichi Tsutsumi
?
Parallel Futures of a Game Engine
Parallel Futures of a Game EngineParallel Futures of a Game Engine
Parallel Futures of a Game Engine
repii
?
Hot Code is Faster Code - Addressing JVM Warm-up
Hot Code is Faster Code - Addressing JVM Warm-upHot Code is Faster Code - Addressing JVM Warm-up
Hot Code is Faster Code - Addressing JVM Warm-up
Mark Price
?
Basics cocos2d
Basics cocos2dBasics cocos2d
Basics cocos2d
sagaroceanic11
?
cocos2d for i Phone¤Î½B½é
cocos2d for i Phone¤Î½B½écocos2d for i Phone¤Î½B½é
cocos2d for i Phone¤Î½B½é
Jun-ichi Shinde
?
Unity workshop
Unity workshopUnity workshop
Unity workshop
fsxflyer789Productio
?
More than `po`: Debugging in lldb
More than `po`: Debugging in lldbMore than `po`: Debugging in lldb
More than `po`: Debugging in lldb
Michele Titolo
?
C language in our world 2017
C language in our world 2017C language in our world 2017
C language in our world 2017
Juraj Mich¨¢lek
?
Android game engine
Android game engineAndroid game engine
Android game engine
Julian Chu
?
Cocos2d ?? - Korea Linux Forum 2014
Cocos2d ?? - Korea Linux Forum 2014Cocos2d ?? - Korea Linux Forum 2014
Cocos2d ?? - Korea Linux Forum 2014
Changwon National University
?
Android location services from social networks to games
Android location services from social networks to gamesAndroid location services from social networks to games
Android location services from social networks to games
Don Park
?
°¿²úÂá±ð³¦³Ù¾±±¹±ð-°ä¤Ò¤È¤á¤°¤ê
°¿²úÂá±ð³¦³Ù¾±±¹±ð-°ä¤Ò¤È¤á¤°¤ê°¿²úÂá±ð³¦³Ù¾±±¹±ð-°ä¤Ò¤È¤á¤°¤ê
°¿²úÂá±ð³¦³Ù¾±±¹±ð-°ä¤Ò¤È¤á¤°¤ê
Kenji Kinukawa
?
Game development with Cocos2d
Game development with Cocos2dGame development with Cocos2d
Game development with Cocos2d
Vinsol
?
Android Things
Android ThingsAndroid Things
Android Things
Egor Andreevich
?
JVM code reading -- C2
JVM code reading -- C2JVM code reading -- C2
JVM code reading -- C2
ytoshima
?
More than po: Debugging in LLDB
More than po: Debugging in LLDBMore than po: Debugging in LLDB
More than po: Debugging in LLDB
Michele Titolo
?
Box2D with SIMD in JavaScript
Box2D with SIMD in JavaScriptBox2D with SIMD in JavaScript
Box2D with SIMD in JavaScript
Intel? Software
?
Android Developer Days: Increasing performance of big arrays processing on An...
Android Developer Days: Increasing performance of big arrays processing on An...Android Developer Days: Increasing performance of big arrays processing on An...
Android Developer Days: Increasing performance of big arrays processing on An...
Stanfy
?
ïw¤ÓµÀ¾ß¤Ç¤Ï¤Ê¤¤Metal #iOSDC
ïw¤ÓµÀ¾ß¤Ç¤Ï¤Ê¤¤Metal #iOSDCïw¤ÓµÀ¾ß¤Ç¤Ï¤Ê¤¤Metal #iOSDC
ïw¤ÓµÀ¾ß¤Ç¤Ï¤Ê¤¤Metal #iOSDC
Shuichi Tsutsumi
?
Parallel Futures of a Game Engine
Parallel Futures of a Game EngineParallel Futures of a Game Engine
Parallel Futures of a Game Engine
repii
?
Hot Code is Faster Code - Addressing JVM Warm-up
Hot Code is Faster Code - Addressing JVM Warm-upHot Code is Faster Code - Addressing JVM Warm-up
Hot Code is Faster Code - Addressing JVM Warm-up
Mark Price
?
cocos2d for i Phone¤Î½B½é
cocos2d for i Phone¤Î½B½écocos2d for i Phone¤Î½B½é
cocos2d for i Phone¤Î½B½é
Jun-ichi Shinde
?
More than `po`: Debugging in lldb
More than `po`: Debugging in lldbMore than `po`: Debugging in lldb
More than `po`: Debugging in lldb
Michele Titolo
?
Android game engine
Android game engineAndroid game engine
Android game engine
Julian Chu
?
Android location services from social networks to games
Android location services from social networks to gamesAndroid location services from social networks to games
Android location services from social networks to games
Don Park
?
°¿²úÂá±ð³¦³Ù¾±±¹±ð-°ä¤Ò¤È¤á¤°¤ê
°¿²úÂá±ð³¦³Ù¾±±¹±ð-°ä¤Ò¤È¤á¤°¤ê°¿²úÂá±ð³¦³Ù¾±±¹±ð-°ä¤Ò¤È¤á¤°¤ê
°¿²úÂá±ð³¦³Ù¾±±¹±ð-°ä¤Ò¤È¤á¤°¤ê
Kenji Kinukawa
?
Game development with Cocos2d
Game development with Cocos2dGame development with Cocos2d
Game development with Cocos2d
Vinsol
?

More from Nguyen Duc Phu (13)

Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Nguyen Duc Phu
?
Hanoi php day 2008 - 01.pham cong dinh - how.to.build.your.own.framework
Hanoi php day 2008 - 01.pham cong dinh - how.to.build.your.own.frameworkHanoi php day 2008 - 01.pham cong dinh - how.to.build.your.own.framework
Hanoi php day 2008 - 01.pham cong dinh - how.to.build.your.own.framework
Nguyen Duc Phu
?
12 trung-oss-magento-overview
12 trung-oss-magento-overview12 trung-oss-magento-overview
12 trung-oss-magento-overview
Nguyen Duc Phu
?
11 building joomla! extensions with flex integration
11 building joomla! extensions with flex integration11 building joomla! extensions with flex integration
11 building joomla! extensions with flex integration
Nguyen Duc Phu
?
10 su dung drupal xay dung mang xa hoi
10 su dung drupal xay dung mang xa hoi10 su dung drupal xay dung mang xa hoi
10 su dung drupal xay dung mang xa hoi
Nguyen Duc Phu
?
09 html5 css3-the_future_of_web_technology
09 html5 css3-the_future_of_web_technology09 html5 css3-the_future_of_web_technology
09 html5 css3-the_future_of_web_technology
Nguyen Duc Phu
?
07 build your-own_php_extension
07 build your-own_php_extension07 build your-own_php_extension
07 build your-own_php_extension
Nguyen Duc Phu
?
04 web optimization
04 web optimization04 web optimization
04 web optimization
Nguyen Duc Phu
?
02 vng thanhnt-speedup_ntvv2_by_ph_pextmodule_
02 vng thanhnt-speedup_ntvv2_by_ph_pextmodule_02 vng thanhnt-speedup_ntvv2_by_ph_pextmodule_
02 vng thanhnt-speedup_ntvv2_by_ph_pextmodule_
Nguyen Duc Phu
?
01 zingme practice for building scalable website with php
01 zingme practice for building scalable website with php01 zingme practice for building scalable website with php
01 zingme practice for building scalable website with php
Nguyen Duc Phu
?
14 how startups can benefit from launch community
14 how startups can benefit from launch community14 how startups can benefit from launch community
14 how startups can benefit from launch community
Nguyen Duc Phu
?
Hanoi PHP Day 2008 - 04 - Nguyen Duc Phu - Search Engine: New Collection S...
Hanoi PHP Day 2008 -  04 - Nguyen Duc Phu  -  Search Engine: New Collection S...Hanoi PHP Day 2008 -  04 - Nguyen Duc Phu  -  Search Engine: New Collection S...
Hanoi PHP Day 2008 - 04 - Nguyen Duc Phu - Search Engine: New Collection S...
Nguyen Duc Phu
?
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Nguyen Duc Phu
?
Hanoi php day 2008 - 01.pham cong dinh - how.to.build.your.own.framework
Hanoi php day 2008 - 01.pham cong dinh - how.to.build.your.own.frameworkHanoi php day 2008 - 01.pham cong dinh - how.to.build.your.own.framework
Hanoi php day 2008 - 01.pham cong dinh - how.to.build.your.own.framework
Nguyen Duc Phu
?
12 trung-oss-magento-overview
12 trung-oss-magento-overview12 trung-oss-magento-overview
12 trung-oss-magento-overview
Nguyen Duc Phu
?
11 building joomla! extensions with flex integration
11 building joomla! extensions with flex integration11 building joomla! extensions with flex integration
11 building joomla! extensions with flex integration
Nguyen Duc Phu
?
10 su dung drupal xay dung mang xa hoi
10 su dung drupal xay dung mang xa hoi10 su dung drupal xay dung mang xa hoi
10 su dung drupal xay dung mang xa hoi
Nguyen Duc Phu
?
09 html5 css3-the_future_of_web_technology
09 html5 css3-the_future_of_web_technology09 html5 css3-the_future_of_web_technology
09 html5 css3-the_future_of_web_technology
Nguyen Duc Phu
?
07 build your-own_php_extension
07 build your-own_php_extension07 build your-own_php_extension
07 build your-own_php_extension
Nguyen Duc Phu
?
02 vng thanhnt-speedup_ntvv2_by_ph_pextmodule_
02 vng thanhnt-speedup_ntvv2_by_ph_pextmodule_02 vng thanhnt-speedup_ntvv2_by_ph_pextmodule_
02 vng thanhnt-speedup_ntvv2_by_ph_pextmodule_
Nguyen Duc Phu
?
01 zingme practice for building scalable website with php
01 zingme practice for building scalable website with php01 zingme practice for building scalable website with php
01 zingme practice for building scalable website with php
Nguyen Duc Phu
?
14 how startups can benefit from launch community
14 how startups can benefit from launch community14 how startups can benefit from launch community
14 how startups can benefit from launch community
Nguyen Duc Phu
?
Hanoi PHP Day 2008 - 04 - Nguyen Duc Phu - Search Engine: New Collection S...
Hanoi PHP Day 2008 -  04 - Nguyen Duc Phu  -  Search Engine: New Collection S...Hanoi PHP Day 2008 -  04 - Nguyen Duc Phu  -  Search Engine: New Collection S...
Hanoi PHP Day 2008 - 04 - Nguyen Duc Phu - Search Engine: New Collection S...
Nguyen Duc Phu
?

Recently uploaded (20)

Testing Tools for Accessibility Enhancement Part II.pptx
Testing Tools for Accessibility Enhancement Part II.pptxTesting Tools for Accessibility Enhancement Part II.pptx
Testing Tools for Accessibility Enhancement Part II.pptx
Julia Undeutsch
?
Mastering NIST CSF 2.0 - The New Govern Function.pdf
Mastering NIST CSF 2.0 - The New Govern Function.pdfMastering NIST CSF 2.0 - The New Govern Function.pdf
Mastering NIST CSF 2.0 - The New Govern Function.pdf
Bachir Benyammi
?
Packaging your App for AppExchange ¨C Managed Vs Unmanaged.pptx
Packaging your App for AppExchange ¨C Managed Vs Unmanaged.pptxPackaging your App for AppExchange ¨C Managed Vs Unmanaged.pptx
Packaging your App for AppExchange ¨C Managed Vs Unmanaged.pptx
mohayyudin7826
?
techfuturism.com-Autonomous Underwater Vehicles Navigating the Future of Ocea...
techfuturism.com-Autonomous Underwater Vehicles Navigating the Future of Ocea...techfuturism.com-Autonomous Underwater Vehicles Navigating the Future of Ocea...
techfuturism.com-Autonomous Underwater Vehicles Navigating the Future of Ocea...
Usman siddiqui
?
STARLINK-JIO-AIRTEL Security issues to Ponder
STARLINK-JIO-AIRTEL Security issues to PonderSTARLINK-JIO-AIRTEL Security issues to Ponder
STARLINK-JIO-AIRTEL Security issues to Ponder
anupriti
?
Dev Dives: Unleash the power of macOS Automation with UiPath
Dev Dives: Unleash the power of macOS Automation with UiPathDev Dives: Unleash the power of macOS Automation with UiPath
Dev Dives: Unleash the power of macOS Automation with UiPath
UiPathCommunity
?
Achieving Extreme Scale with ScyllaDB: Tips & Tradeoffs
Achieving Extreme Scale with ScyllaDB: Tips & TradeoffsAchieving Extreme Scale with ScyllaDB: Tips & Tradeoffs
Achieving Extreme Scale with ScyllaDB: Tips & Tradeoffs
ScyllaDB
?
Let's Create a GitHub Copilot Extension! - Nick Taylor, Pomerium
Let's Create a GitHub Copilot Extension! - Nick Taylor, PomeriumLet's Create a GitHub Copilot Extension! - Nick Taylor, Pomerium
Let's Create a GitHub Copilot Extension! - Nick Taylor, Pomerium
All Things Open
?
How Air Coil Inductors Work By Cet Technology
How Air Coil Inductors Work By Cet TechnologyHow Air Coil Inductors Work By Cet Technology
How Air Coil Inductors Work By Cet Technology
CET Technology
?
Presentation Session 2 -Context Grounding.pdf
Presentation Session 2 -Context Grounding.pdfPresentation Session 2 -Context Grounding.pdf
Presentation Session 2 -Context Grounding.pdf
Mukesh Kala
?
Scalable Multi-Agent AI with AutoGen by Udai
Scalable Multi-Agent AI with AutoGen by UdaiScalable Multi-Agent AI with AutoGen by Udai
Scalable Multi-Agent AI with AutoGen by Udai
Udaiappa Ramachandran
?
A General introduction to Ad ranking algorithms
A General introduction to Ad ranking algorithmsA General introduction to Ad ranking algorithms
A General introduction to Ad ranking algorithms
Buhwan Jeong
?
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered NepalDigital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
ICT Frame Magazine Pvt. Ltd.
?
The Rise of AI Agents-From Automation to Autonomous Technology
The Rise of AI Agents-From Automation to Autonomous TechnologyThe Rise of AI Agents-From Automation to Autonomous Technology
The Rise of AI Agents-From Automation to Autonomous Technology
Impelsys Inc.
?
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No Kubernetes
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No KubernetesJava on AWS Without the Headaches - Fast Builds, Cheap Deploys, No Kubernetes
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No Kubernetes
VictorSzoltysek
?
Making GenAI Work: A structured approach to implementation
Making GenAI Work: A structured approach to implementationMaking GenAI Work: A structured approach to implementation
Making GenAI Work: A structured approach to implementation
Jeffrey Funk
?
UiPath Agentic automation with Autopilot for everyone + new features/releases
UiPath Agentic  automation with Autopilot for everyone + new features/releasesUiPath Agentic  automation with Autopilot for everyone + new features/releases
UiPath Agentic automation with Autopilot for everyone + new features/releases
DianaGray10
?
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-World
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-WorldAll-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-World
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-World
Safe Software
?
Rens van de Schoot - Mensen, machines en de zoektocht naar het laatste releva...
Rens van de Schoot - Mensen, machines en de zoektocht naar het laatste releva...Rens van de Schoot - Mensen, machines en de zoektocht naar het laatste releva...
Rens van de Schoot - Mensen, machines en de zoektocht naar het laatste releva...
voginip
?
Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]
Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]
Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]
jackalen173
?
Testing Tools for Accessibility Enhancement Part II.pptx
Testing Tools for Accessibility Enhancement Part II.pptxTesting Tools for Accessibility Enhancement Part II.pptx
Testing Tools for Accessibility Enhancement Part II.pptx
Julia Undeutsch
?
Mastering NIST CSF 2.0 - The New Govern Function.pdf
Mastering NIST CSF 2.0 - The New Govern Function.pdfMastering NIST CSF 2.0 - The New Govern Function.pdf
Mastering NIST CSF 2.0 - The New Govern Function.pdf
Bachir Benyammi
?
Packaging your App for AppExchange ¨C Managed Vs Unmanaged.pptx
Packaging your App for AppExchange ¨C Managed Vs Unmanaged.pptxPackaging your App for AppExchange ¨C Managed Vs Unmanaged.pptx
Packaging your App for AppExchange ¨C Managed Vs Unmanaged.pptx
mohayyudin7826
?
techfuturism.com-Autonomous Underwater Vehicles Navigating the Future of Ocea...
techfuturism.com-Autonomous Underwater Vehicles Navigating the Future of Ocea...techfuturism.com-Autonomous Underwater Vehicles Navigating the Future of Ocea...
techfuturism.com-Autonomous Underwater Vehicles Navigating the Future of Ocea...
Usman siddiqui
?
STARLINK-JIO-AIRTEL Security issues to Ponder
STARLINK-JIO-AIRTEL Security issues to PonderSTARLINK-JIO-AIRTEL Security issues to Ponder
STARLINK-JIO-AIRTEL Security issues to Ponder
anupriti
?
Dev Dives: Unleash the power of macOS Automation with UiPath
Dev Dives: Unleash the power of macOS Automation with UiPathDev Dives: Unleash the power of macOS Automation with UiPath
Dev Dives: Unleash the power of macOS Automation with UiPath
UiPathCommunity
?
Achieving Extreme Scale with ScyllaDB: Tips & Tradeoffs
Achieving Extreme Scale with ScyllaDB: Tips & TradeoffsAchieving Extreme Scale with ScyllaDB: Tips & Tradeoffs
Achieving Extreme Scale with ScyllaDB: Tips & Tradeoffs
ScyllaDB
?
Let's Create a GitHub Copilot Extension! - Nick Taylor, Pomerium
Let's Create a GitHub Copilot Extension! - Nick Taylor, PomeriumLet's Create a GitHub Copilot Extension! - Nick Taylor, Pomerium
Let's Create a GitHub Copilot Extension! - Nick Taylor, Pomerium
All Things Open
?
How Air Coil Inductors Work By Cet Technology
How Air Coil Inductors Work By Cet TechnologyHow Air Coil Inductors Work By Cet Technology
How Air Coil Inductors Work By Cet Technology
CET Technology
?
Presentation Session 2 -Context Grounding.pdf
Presentation Session 2 -Context Grounding.pdfPresentation Session 2 -Context Grounding.pdf
Presentation Session 2 -Context Grounding.pdf
Mukesh Kala
?
Scalable Multi-Agent AI with AutoGen by Udai
Scalable Multi-Agent AI with AutoGen by UdaiScalable Multi-Agent AI with AutoGen by Udai
Scalable Multi-Agent AI with AutoGen by Udai
Udaiappa Ramachandran
?
A General introduction to Ad ranking algorithms
A General introduction to Ad ranking algorithmsA General introduction to Ad ranking algorithms
A General introduction to Ad ranking algorithms
Buhwan Jeong
?
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered NepalDigital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
ICT Frame Magazine Pvt. Ltd.
?
The Rise of AI Agents-From Automation to Autonomous Technology
The Rise of AI Agents-From Automation to Autonomous TechnologyThe Rise of AI Agents-From Automation to Autonomous Technology
The Rise of AI Agents-From Automation to Autonomous Technology
Impelsys Inc.
?
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No Kubernetes
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No KubernetesJava on AWS Without the Headaches - Fast Builds, Cheap Deploys, No Kubernetes
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No Kubernetes
VictorSzoltysek
?
Making GenAI Work: A structured approach to implementation
Making GenAI Work: A structured approach to implementationMaking GenAI Work: A structured approach to implementation
Making GenAI Work: A structured approach to implementation
Jeffrey Funk
?
UiPath Agentic automation with Autopilot for everyone + new features/releases
UiPath Agentic  automation with Autopilot for everyone + new features/releasesUiPath Agentic  automation with Autopilot for everyone + new features/releases
UiPath Agentic automation with Autopilot for everyone + new features/releases
DianaGray10
?
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-World
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-WorldAll-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-World
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-World
Safe Software
?
Rens van de Schoot - Mensen, machines en de zoektocht naar het laatste releva...
Rens van de Schoot - Mensen, machines en de zoektocht naar het laatste releva...Rens van de Schoot - Mensen, machines en de zoektocht naar het laatste releva...
Rens van de Schoot - Mensen, machines en de zoektocht naar het laatste releva...
voginip
?
Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]
Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]
Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]
jackalen173
?

iOS Gaming with Cocos2d