TumbleView

Your personal Tumblr library awaits

Efficiency - Blog Posts

4 years ago
[Juho's AutoHotkey Script Demo #6] Record Mouse Clicks Into An Array And Play It Back
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

This is a simple example of how you can record your mouse clicks and play it back using an array.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #8 Click And Controlclick] Part 3 - Controlclick
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

If you want send mouse events like clicks directly to elements (controls) within a window, you can use the controlclick command.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #5] Loop Through Controls (Control List) Within Window
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

If you want talk directly to elements (controls) within a window, you can use this script to help finding out what elements exist within your window


Tags
4 years ago
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...
juholee - Watch Juho's Tech Tips on YouTube

Tags
4 years ago
[Juho's AutoHotkey Tutorial #8 Click And Controlclick] Part 1 - Mouse Control Basics
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

This video will teach you how to control your mouse to send clicks or move the cursor to a specific point using AutoHotkey.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #7 Send And Controlsend] Part 2 - Controlsend Key Strokes
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

Sending keystrokes directly to a program or window is very simply done with the Controlsend command. In this way, you don't even have to activate the window to send the keys.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #7 Send And Controlsend] Part 1 - Send Key Strokes
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

Sending keystrokes with AutoHotkey is no doubt the easiest among all the programming languages. Here's how you do it and how you can benefit from using it.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #6 Msgbox And Inputbox] Part 2 - Input Box
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

If you need user input while your AutoHotkey script is running, then use the inputbox command as shown in this video.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #6 Msgbox And Inputbox] Part 1 - Message Box
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

In any programming language you can't avoid the infamous message boxes. AutoHotkey is no different and so... here it is!


Tags
4 years ago
[Juho's AutoHotkey Tutorial #5 Assignment Types] Part 1 - Legacy & Expression Assignments
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

In AutoHotkey, it's important that you understand the difference between the types of assignments. Watch this video to learn more.


Tags
4 years ago
[Juho's Autohotkey Tutorial #4 Script Setup] Part 5 - #Include To Call Other Scripts Or Libraries
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

If you want to use functions from another AutoHotkey script or Library, you can use the #Include command.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #4 Script Setup] Part 4 - Run Script At Specific Time Or Every Interval
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

In this video, you'll learn how to schedule in advance a script to run at a specific time.


Tags
4 years ago
[Juho's Autohotkey Script Demo #4] Kill Specific AutoHotkey Script
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

Wish to Speed Up your AutoHotkey scripts? Watch this Video!


Tags
4 years ago

Hi there, this is how to auto-convert any text into other text or special symbols. Click the video link to check it out!

Hi There, This Is How To Auto-convert Any Text Into Other Text Or Special Symbols. Click The Video Link

➡️ https://youtu.be/Kq3xNyby-Hs


Tags
4 years ago

Hi there, in this tutorial you’ll learn how to create a custom menu of your own.

➡️ https://youtu.be/FdqQvbi4kL0

Hi There, In This Tutorial You’ll Learn How To Create A Custom Menu Of Your Own.

Tags
4 years ago

In this AutoHotkey script demo, I'll be showing you how you can create a hotkey that saves a folder path of any folder, to open it when you want.

➡️ https://youtu.be/sMZ000bK3Q8

In This AutoHotkey Script Demo, I'll Be Showing You How You Can Create A Hotkey That Saves A Folder Path

Tags
4 years ago

In this AutoHotkey script demo, I'll be showing you how you can group windows together and switch between them upon pressing the hotkeys!

➡️ https://youtu.be/2LSnS3egZzI

image

Tags
4 years ago

Hi there, this tutorial will show you how to use the same key to perform different functions in different contexts

➡️ https://youtu.be/DxAiTB2RSvg

Hi There, This Tutorial Will Show You How To Use The Same Key To Perform Different Functions In Different

Tags
4 years ago

Hi there, in this tutorial you’ll learn how to press the same key different times to perform different commands

➡️ https://youtu.be/5-wp9crAnNM

Hi There, In This Tutorial You’ll Learn How To Press The Same Key Different Times To Perform Different

➡️ https://youtu.be/5-wp9crAnNM


Tags
4 years ago

Hi there, in this tutorial, you’ll learn to create hotkeys using letters, mouse clicks or the combinations with the 2!

https://youtu.be/ZUzx0saj8fk

image

Tags
4 years ago

Hi there, this is my first AutoHotkey tutorial. Visit my Youtube channel to learn how to code.

https://youtu.be/lB70na2F1iA

image

Tags
9 years ago
Grace Hopper Wrap Up: More Than Tech Swag
Grace Hopper Wrap Up: More Than Tech Swag
Grace Hopper Wrap Up: More Than Tech Swag
Grace Hopper Wrap Up: More Than Tech Swag
Grace Hopper Wrap Up: More Than Tech Swag
Grace Hopper Wrap Up: More Than Tech Swag
Grace Hopper Wrap Up: More Than Tech Swag
Grace Hopper Wrap Up: More Than Tech Swag
Grace Hopper Wrap Up: More Than Tech Swag

Grace Hopper Wrap Up: More Than Tech Swag

Hypocritically I have been posting pictures of all the neat swag collected at Grace Hopper Computing Conference (GHC) with just as much gusto as posting all that I have learned at the conference. GHC is so much more than swag - a unique conglomeration of ideas, tech unicorns and what is considered a rare commodity in industry, women. Here I share the coolest thing I learned about, how to make work welcoming to everyone, and final thoughts on GHC.

Robot Human Collaboration

Autonomous paints a picture of a robot working on its own driving, building products or even fetching coffee. Why should a robot be expected to complete a task on its own when we ask others for help all the time? With similar thinking Carnegie Mellon University has developed collaborative robots called CoBot complete tasks be asking humans and other robots for assistance. CoBot rolls around the halls of the computer science department, with the offices layout memorized. COBOT can escort a human to a professor's office pressing buttons on the elevator and letting COBOT know when its on the correct floor. A CoBot that is instructed to go to a professors' office upstairs can be alerted by another CoBot that the professor is currently out of office. Watch the CoBot's artificial intelligence work in action.

Make Work Welcoming

You may expect the nailing of 95 thesis by women of the tech industry explaining how work can be welcoming. Honestly making the work environment welcoming to everyone is pretty simple. There are probably more but here are the top three most focused on.  

1) Celebrate Results And Not Hours - America is prideful of long hours and drinking lots of Starbucks. However, long hours doesn't necessarily efficient. Reward your employees and team mates for successes. be mindful that their hours fluctuate dues to personal matters and simply having a life outside of work.

2) Paid Parent Leave - Who doesn't want to spend time with their kid? This improvement is a no-brainer.

3) Mentorship - Talent can be retained in a company by providing mentorship all throughout your career. People oriented and extroverted individuals may seek mentors naturally as well as seek to mentor others. As team and project leaders encourage those who may not

Final Thoughts on Grace Hopper Conference

Visually I could not imagine the support and number of women in technology at this conference. There were 12,000 women including a collection of engineers, software designers, project managers, CEOs, CTOs, start up leaders, programmers, and much more. GHC's majority is easily the minority and industry so solutions to solve this disparity were found. One solution discussed at GHC that show immediate impact includes showing others how fun technology can be through mentorship, hosting coding camps, visiting past schools to talk to current students, and holding maker challenges. Physically sitting down with someone and spending time to share a piece of the world of technology with them means so much more than any tweet, post and plea of advocacy. GET ACTIVE!

Well that solves the pipeline problem but retaining those interested in tech in tech roles can be achieved by making the work environments welcoming as shown above. When receiving my swag bag day one at GHC I pulled out a smart phone accessory with the Go Daddy logo on it thinking, "What on Earth is that company doing in my Grace Hopper bag?". A question backed by series of not so appealing ads. This question answered after Go Daddy CEO apologized for the companies actions and showed data on how they are improving company culture, Maybe this demonstration was a little clunky but still an attempt to right wrong, expose companies short comings, and move forward. Having conversations, coming up with solutions and following through is what it is all about.

Conference content wise I personally wish I attended more technical related talks as opposed to soft skill and leadership related talks. I found myself getting my tech fix by visiting the career fair booths with coding challenges. Yes, I am an Amazon Code ninja who now understands the magic of a static variable, inheritance rules and function following. Also fellow coders and I solved Best Buy's parsing challenge as well as finding all of the wrong answers. I consider attending GHC again in the future and bringing some more Minnesotans along with me.

WAYS TO GET INVOLVED

Host an hour of code party

Join a FIRST Robotics Team

Host a made with code party

Attend Square coding camp

Build Rube Goldberg machines

Join NCWIT (National Center for Women in Information Technology) Aspirations in Computing Community


Tags
8 months ago
Perfectio
Read here to learn about unlocking the power of CRM Software and explore its features, benefits, prospects, and implementation in different

Unlocking the power of CRM software is key to driving growth, optimizing processes, and maintaining strong connections with your customers in a fast-paced, digital world.


Tags
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags