Player FM - Internet Radio Done Right
Checked 1+ y ago
اضافه شده در nine سال پیش
محتوای ارائه شده توسط Chris Thiel. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Chris Thiel یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !
با برنامه Player FM !
پادکست هایی که ارزش شنیدن دارند
حمایت شده
T
The Innovators & Investors Podcast


1 Inside Deloitte Ventures: Strategic Corporate VC Insights on Scaling Startups and Vertical AI Trends 34:07
In this insightful episode of The Innovators & Investors Podcast, host Kristian Marquez sits down with Jay Crone, Managing Director and Venture Capitalist at Deloitte Ventures, to explore the firm’s strategic approach to corporate venture capital. Jay shares Deloitte Ventures’ investment thesis, focusing on supporting innovative Canadian startups at Series A and B stages across key sectors like cybersecurity, climate tech, fintech, future of work, health tech, and AI. Listeners will gain an inside look at how Deloitte leverages its vast network of 1,500 partners and 15,000 employees to source deals and add value beyond capital by helping startups navigate Deloitte’s complex ecosystem and access enterprise clients. Jay also discusses his diverse career journey—from government and investment banking to entrepreneurship and corporate VC—and how those experiences shape his investment philosophy. The episode delves into Deloitte’s due diligence process, the importance of founder relationships, and the firm’s strategic role as a co-investor. Jay highlights emerging trends, particularly the promise of vertical AI tailored to industry-specific needs, and shares his bullish outlook on fintech innovations like stablecoins and cross-border payments. He offers candid advice for entrepreneurs on risk-taking and aligning business vision with funding goals. This episode is a must-listen for founders, investors, and anyone interested in the evolving landscape of corporate venture capital and innovation in Canada. Learn more about Jay's work at https://www.deloitte.com/ca/en/services/program/ventures.html Connect with Jay on LinkedIn at https://www.linkedin.com/in/jaycrone/ Think you'd be a great guest on the show? Apply at https://finstratmgmt.com/innovators-investors-podcast/ Want to learn more about Kristian Marquez's work? Check out his website at https://finstratmgmt.com…
Game Applet: Stage 1
Manage episode 154404777 series 1123367
محتوای ارائه شده توسط Chris Thiel. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Chris Thiel یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Stage 1: Load the art and sounds to your eclipse project, so you can export your game into a .jar file to easily upload to a web site. You can get to the game and the source files at:
Link to Game
Link to Source Code
Link to Video
Link to Video on YouTube
24 قسمت
Manage episode 154404777 series 1123367
محتوای ارائه شده توسط Chris Thiel. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Chris Thiel یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Stage 1: Load the art and sounds to your eclipse project, so you can export your game into a .jar file to easily upload to a web site. You can get to the game and the source files at:
Link to Game
Link to Source Code
Link to Video
Link to Video on YouTube
24 قسمت
Усі епізоди
×You can get a lot of insight in how coding works and how an Integrated Development Environment (IDE can help the process of compiling, and executing the code you write.
A
APCS Java

Installing the Java JDK 8 SE on Windows 10 for learning AP Computer Science A. Links mentioned in the video: mathorama.com/wiki Summer Assignment Links links java se jdk8 downloads.html https://bluej.org/versions.html Subscribe to APCS Java
Stage 3 Enemies are made and tested. Video Source code is at http://apcs.mathorama.com/index.php?n=Main.SimpleGameTutorial and the game is at http://www.mathorama.com/ChickenLittle.html If you missed Stage 1, you can get it at http://www.youtube.com/watch?v=u459QHRepC8 or https://archive.org/details/GameAppletStage1 . Stage 2 can be found at https://archive.org/details/GameAppletStage2…
Stage 2 of the Game Applet is making the player and have it be controlled with keyboard input. Source code is at apcs.mathorama.com and the game is at www.mathorama.com/ChickenLittle.html Video YouTube If you missed Stage 1, you can get it at here
Stage 1: Load the art and sounds to your eclipse project, so you can export your game into a .jar file to easily upload to a web site. You can get to the game and the source files at: Link to Game Link to Source Code Link to Video Link to Video on YouTube
Gridworld Overview Video
Making Images With GIMP You can download from http://www.gimp.org I show how to use some features in GIMP (from www.gimp.org) a open source image editor to use with your programs. First, drawing a picture from scratch, then cleaning up a photo, and finally tracing a photo to make a simple "cartoon" like image. For more info on where I used these images, see http://apcs.mathorama.com/…
Installing BlueJ 2012 Video Here is a 2012 version to check to make sure your Java SDK and BlueJ IDE installation is working correctly. While I'm using Ubuntu 12.04 to show this, it works pretty much the same in Windows and OSX.
A
APCS Java

Here is a customized World for Gridworld where the message on the top is updated to show how many bugs there are and the location of the furthest Bug in the grid. You need to implement the Comparator interface for the grid world Bug class. You need to define a compare method that returns an int. Get the location of each Bug and use the compareTo method of Location. Here is the starter code: apcs.mathorama.com mpeg4 movie Quicktime movie…
Part 3 of the One to Ten Game which explains the Player Class. You can see a working copy at http://www.mathorama.com/OneToTenConsole.html
Part 2 of 3 of the One to Ten Game
In this tutorial, we make a game called "1 to 10" rather than tic-tac-toe (naughts and crosses). We will construct A Board Class in the first part along with a tester class. The idea is to move a page either one or two positions, and the one in the last position loses. The strategy is not to difficult, so eventually we can make a robot player who will always play perfectly.…
Make a new object that represents a dot using the eclipse IDE.
If you want to publish your Applet to the web, you probably need to make a Java Archive, or JAR file that allows you to embed your Applet in a web page
How to get what you need installed on your Windows 7 machine
به Player FM خوش آمدید!
Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.