Veze, linkovi
Kompjuter biblioteka
Korpa

 

Access

Alternativna učenja

Analiza podataka

Android

Animacija

Antropologija

Apple - MAC OS X

Arheologija

Arhitektura

Astrologija

Astronomija

Audio kursevi + knjige

Audio, Multimedia, Video

Autobiografija

AutoCad, ArchiCAD, SolidWorks, Catia, Pro/Engineer

Automobili

Bajke

Baze podataka

Biografija

Biološke nauke

Blockchain

Botanika

C++ Visual C++ C#

ChatGPT

CSS

Dečije knjige

Delphi

Digitalna fotografija

Dizajn

Django

Domaće pripovetke

Domaći roman

Drama

E-knjiga

E-komerc

ECDL

Ekologija

Ekonomija

Elektrotehnika

Enciklopedija

Esejistika

Etika

Fantastika

Film

Filologija

Filozofija

Fizika

Fotografija

FULL STACK DEVELOPMENT

Funkcionalno programiranje

Generativna veštačka inteligencija

Geografija

Geologija

Git i GitHub

GOOGLE

GPT

Grafika, Dizajn, Štampa

Građevinarstvo

Hardver

Hemija

Hidrotehnika

Hobi

Horor

Humor

Internet

Intervju

Istorija

Istorija i teorija književnosti

Istorija umetnosti

Istorijski roman

Java

JavaScript

Joomla

jQuery

Knjiga posle posla - Beletristika i ostala izdanja

Knjižare i naše knjige

Književna kritika

Kuvari, hrana i piće

Leksikografija

Lingvistika

Ljubavni roman

logo

Magija

Marketing

Mašinsko učenje

Mašinstvo

Matematika

Medicina

Memoari

Menadžment

Modeliranje podataka

Monografija

Mreže

MS Office

Muzika

Nagrađivanje knjige

Naučna fantastika

Obrada teksta

OFFICE 2013

OpenOffice.org

Operativni sistemi

Oracle

Organizacione nauke

Pedagogija

PHP I MYSQL

Pisci u medijima

Ples

Poezija

Politika

Poljoprivreda

Popularna medicina

Popularna nauka

Popularna psihologija

Posao

Poslovanje

Pozorište

Pravo

Pravoslavlje

Primenjene nauke

Pripovetke

Prirodne nauke

Priručnik

Programiranje

Projektovanje softvera

Psihologija

Publicistika

Putopis

Python programiranje

Računarstvo u oblaku

Raspberry PI

Razvoj

Rečnici

Religija

Robotika

Roman

Ruby i Ruby on Rails

Satira

Saveti

Serija Roberta C. Martina

Sertifikati

Slikarstvo

Socijalna mreža - Facebook

Sociologija

Sport

Sport i hobi

SQL

Statistika

Strip

Tabele

Tableti

Tehnologija

Telekomunikacije

Triler

Turizam

Twitter

Udžbenici

Umetnost

Unix, Linux

Urbanizam

UX DIZAJN

Veštačka inteligencija

Visual Basic .NET, VBA, V. Studio

Web design

Windows

Windows 7

Windows 8

WordPress

Zaštita i sigurnost

Zoologija

 

Saveti – Apple - MAC OS X

Ukupno: 327, strana 16 od 17

Snow Leoprad: KAKO DA prikažete prečice web stranice u pretraživaču

 

 

 

Ako volite da koristite prečice ovo je odličan članak za  vas. Na mnogim web stranicama prikazane su prečice koje možete da upotrebite za  navigaciju datog web sajta, ali na nekim web sajtovima ove prečice su  sakrivene. CSS trik za pretraživač će vam pokazati koji linkovi na  stranici imaju prečicu na tastaturi. U Firefox  profile usercontent. css fajl dodajte sledeće:a[accesskey]:after,  button[accesskey]:after,  input[accesskey]:after,  label[accesskey]:after,  legend[accesskey]:after,  textarea[accesskey]:after  {  margin-left: 0. 3em;  content:  "[" attr(accesskey) "]";  }Kada otvorite web stranicu, ovaj unos će pretražiti sve HTML  elemente koji imaju prečicu i prikazaće ih na ekranu da možete lakše da im  pristupite. Ovaj trik radi samo u Firefoxu.
 
   

Status Screen Saver prikazuje obaveštenja u vezi izabranih programa

 

 

 

Samo za Mac OS X: Aplikacija koja se finansira iz donacija po imenu Status Screen Saver dodaje statusna obaveštenja za popularne Mac aplikacije kao što su Mail, NetNewsWire i Twitteriffic, u dno vašeg monitora dok vaš skrinsejver radi. Imajući u vidu koliko puta mrdamo miš samo kako bismo videli da li smo dobili novu poštu, Status Screen Saver je brilijantna ideja. Vaš skrinsejver nastavlja da radi dok se istovremeno informišete o dešavanjima. Kao što smo rekli, Status Screen se finansira od donacija, postoji samo verzija za Mac OS X i radi sa bilo kojim skrinsejverom koji koristite. Adresa: Status Screen Saver
 
   

Swift Weekly 111

 

 

 

  In this week’s issue we have articles about using channels for data flow, an efficient way to check if a string contains only unique characters and an introduction to functional programming. Happy reading! As always, if you’d like to support Swift Weekly please share this issue with friends and colleagues. Using Channels for Data Flow in Swift – Developer Mind – Medium MEDIUM. COM – Share Göksel Köksal introduces channels as an alternative to delegation and NotificationCenter for data flow. Code Challenge: Using ASCII & Unicode with Swift — Extras EXTRAS. WAYNEWBISHOP. COM – Share In this Swift code challenge, Wayne Bishop reviews a common interview question and explores how it can be solved using ASCII & Unicode.   Functor >> Applicative >> Monad · kandelvijaya KANDELVIJAYA. COM – Share Vijaya Prakash Kandel with a great, concise introduction to functional programming using Swift. Do you often forget [weak self]? Here’s a solution – AnySuggestion – Medium MEDIUM. COM – Share Oleg Dreyman with a post about delegation and how we can make it better with Swift while making sure that no retain cycles are introduced. A helper for working with temporary files in Swift – Ole Begemann OLEB. NET – Share Ole Begemann wrote a small Swift helper to make working with temporary files easier. Swift Tip: Lazy Infinite Sequences · objc. io WWW. OBJC. IO – Share A small example of how to write a short imperative program in a functional way, that’s easier to understand and change. Extensible Analytics Library Design with Tagless final concept · kandelvijaya KANDELVIJAYA. COM – Share In another article, Vijaya Prakash Kandel writes an extensible and type safe api/library for an analytics tracking system.   Libraries & Code GitHub - louisdh/textor GITHUB. COM – Share A plain text editor for iOS GitHub - scinfu/SwiftSoup GITHUB. COM – Share SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS) GitHub - shaps80/Peek GITHUB. COM – Share All new design. Inspect your iOS application at runtime. GitHub - igorkulman/iOSSampleApp GITHUB. COM – Share Sample iOS app demonstrating Coordinators, Dependency Injection, MVVM, Binding GitHub - dkhamsing/open-source-ios-apps GITHUB. COM – Share Collaborative List of Open-Source iOS Apps
 
   

Swift Weekly 166

 

 

 

The power of subscripts in Swift — Swift by Sundell WWW. SWIFTBYSUNDELL. COM – Share John Sundell takes a look at how subscripting works in Swift, and a few different ways to incorporate it into the way we design APIs — including some brand new capabilities that are being added in Swift 5. 1. Writing an Elegant and Extensible Network Stack in Swift MEDIUM. COM – Share Peter Livesey explains the advantages of writing your own network stack and demonstrates an elegant and extensible approach for doing so. Using Swift for scripting Jul 23 2019 RDERIK. COM – Share Using Swift for small tasks is what Derik Ramirez wants to share in this post, not how to build command-line interfaces (CLIs) but how to use the language you already know, Swift, and use it for scripting. Combine vs. RxSwift: Should you switch to Combine? - QuickBird Studios Blog QUICKBIRDSTUDIOS. COM – Share Roughly one month ago Apple showcased SwiftUI at WWDC 2019. Since we humans can only focus on one new thing, all the hype was reserved for SwiftUI. People almost missed Apple’s second big announcement: Combine. This article takes a deep look at Combine and compares it to RxSwift. Building BarChart with Shape API in SwiftUI | Majid’s MECID. GITHUB. IO – Share This week Majid shows you how to use the Shape API in SwiftUI. We will take a look at ready to use shapes like Circle, Capsule, Rectangle, etc. and we will learn how to draw super custom shapes by using Path and GeometryReader. Combine Latest Collection DANIELTULL. CO. UK – Share In this article, Daniel Tull will explain how he made a publisher that takes an array of publishers and combines them into an array output. Launching the SwiftPM Library – Dave Verwer's Blog DAVEVERWER. COM – Share Introducing, the SwiftPM Library! It’s a Swift Package Manager search engine.  
 
   

Swift weekly 56

 

 

 

Swift Playgrounds Updated With New Coding Lessons, Hour of Code Challenge - Mac Rumors Articles This article by Erik Eckstein of Apple explains the details of whole-module optimization in Swift 3. https://swift. org/blog/whole-module-optimizations/ Soroush Khanlou explains how to use structs with NSCoding. http://khanlou. com/2016/10/structs-and-nscoding/ An introduction to algorithms with Swift by Catalin Perticas. https://www. weheartswift. com/swift-introduction-algorithms-part-1/ Matt Mathias of Big Nerd Ranch encourages the use of enums to make segues safer. https://www. bignerdranch. com/blog/using-swift-enumerations-makes-segues-safer/ Nilson Souto wrote a list of the top development mistakes Swift developers make when getting started. https://www. toptal. com/swift/top-swift-development-mistakes Pusher Swift 3 has been released a while ago and this article describes the changes. https://blog. pusher. com/announcing-pusherswift-3/ Another article by Brent Schooley. This time he explains how to actually deploy a Vapor app to Heroku. https://www. twilio. com/blog/2016/11/how-to-deploy-vapor-apps-to-heroku. html Brent Schooley of Twilio wrote a getting started guide for Vapor, a Swift web framework. https://www. twilio. com/blog/2016/10/getting-started-with-the-vapor-swift-web-framework. html First part of a multi-part blog series by Ritesh Gupta about compile time errors. https://medium. com/@_riteshhh/compile-time-errors-are-good-part-1-ce6c3fbd6005#. afinkkpot Libraries & Code Simple and secure hashing in Swift with the SipHash algorithm https://github. com/lorentey/SipHash Powerful and easy-to-use vector graphics Swift library with SVG support. https://github. com/exyte/Macaw Fast, flexible markdown parser written in Swift. https://github. com/loiclec/Apodimark A Swift playground explaining how to create a tiny programming language named Mu. https://github. com/marciok/Mu Tools A macOS command line tool that generates excellent Swift data models based on JSON data. https://github. com/ijoshsmith/json2swift Talks In this talk, using Etsy as a case study, Amy Dyer discusses a blueprint for integrating Swift incrementally into your apps. https://realm. io/news/tryswift-amy-dyer-incremental-swift/ Sponsored Link Enhance your app / service with a photo editor. It's fully customizable and SDKs are available for iOS, Android and HTML5. https://www. photoeditorsdk. com
 
   

Swift Weekly 60 Your free swift development newsletter

 

 

 

Creating a Marvel iOS App from scratch. . Tools, pods, tricks of the trade and more . . Part 1 https://medium. com/cocoaacademymag/creating-a-ios-app-from-sc. . .  Thiago Lioy is doing a multi-part series of posts that describe how to write an iOS app from scratch in Swift using various libraries like RxSwift.   Unsafe Swift: Using Pointers And Interacting With C https://www. raywenderlich. com/148569/unsafe-swift Ray Fix writes about the unsafe parts of Swift: Using pointers and interacting with C.   http://khanlou. com/2017/01/request-behaviors/ Soroush Khanlou writes a network client that wraps side effects into separate behaviors which leads to easily testable code.   http://ericasadun. com/2017/01/05/dear-erica-singletons-and-pr. . .  Another short article by Erica Sadun in which she writes about singletons and static property side effects.   http://ericasadun. com/2017/01/06/holy-war-forced-unwrapping-u. . .  Erica shares her thoughts on force unwrapped URLs.   https://medium. com/@rodrigo. vcavalcante/iglistkit-migrating-a. . .  A detailed description by Rodrigo Cavalcante on how to migrate your UITableView to IGListKit.   Libraries & Code  https://github. com/dani-gavrilov/GDPerformanceView-Swift   A library that shows FPS, CPU usage, app and iOS versions above the status bar and reports FPS and CPU usage via delegate.   https://github. com/willpowell8/LocalizationKit_iOS Realtime Dynamic localization translation delivery system for iOS in Swift.   https://github. com/lkzhao/Hero Hero is a library for building iOS view controller transitions. It provides a layer on top of the UIKit's cumbersome transition APIs.  
 
   

Swift weekly 69

 

 

 

Swift weekly 69   This week Jacek Suliga made some interesting findings regarding Swift compile times, John Sundell explains how to test system singletons and Pinterest introduced a tool to generate immutable models. Happy reading! As always, if you’d like to support Swift Weekly please share this issue with friends and colleagues. Articles The best hardware to build with Swift is not what you might think WWW. LINKEDIN. COM – Share Jacek Suliga of LinkedIn did some Swift compiler profiling and made some interesting findings regarding Xcode’s usage of multiple cores.   Swift Releases Have Themes – Ole Begemann OLEB. NET – Share Message from the Swift Core Team: each Swift release should focus on a small number of themes. Proposals that support these themes have a much higher chance of being accepted.   Testing Swift code that uses system singletons in 3 easy steps MEDIUM. COM – Share John Sundell explains how you can test your code that uses one of the singletons provided by the system like URLSession. shared.   50 iOS Interview Questions And Answers Part 2 – iOS App Development – Medium MEDIUM. COM – Share Durul Dalkanat with 50 interview questions that you might get asked when interviewing for an iOS / Swift position.   Swift: When to use guard vs if WWW. NATASHATHEROBOT. COM – Share In this short article Natasha The Robot explains when if should be preferred over a guard statement.   Introducing Plank: Immutable model generation for iOS MEDIUM. COM – Share Plank is a tool to generate immutable models by the folks at Pinterest. It is built from the ground up in Swift, an ideal language for this task because of its strong type-safety features and elegant syntax.   MVVM-C with Swift - Marco Santarossa MARCOSANTADEV. COM – Share Marco Santarossa explains the Model-View-ViewModel-Coordinator design pattern and how it can be applied to Swift.   Kitura/iOS: Running a Web Server on your iPhone - Swift@IBM DEVELOPER. IBM. COM – Share Ever thought about running a web server on your iPhone? The folks at IBM explain how you can achieve that.   Resources swift/OptimizationTips. rst at master · apple/swift · GitHub GITHUB. COM – Share This document is a little older already but I’ve recently stumbled upon it again. It is an excellent resource for writing high-performance Swift code.   swift-evolution/0159-fix-private-access-levels. md at master · apple/swift-evolution · GitHub GITHUB. COM – Share A Swift proposal for removing the fileprivate access level in favor of reverting to the old behavior of the private access level. This is currently in review and we’ll see how it goes.   swift-evolution/0158-package-manager-manifest-api-redesign. md at master · apple/swift-evolution · GitHub GITHUB. COM – Share The proposal for the Package Manager Manifest API Redesign, which has already been implemented in Swift 4. Libraries & Code GitHub - soffes/SharedWebCredentials GITHUB. COM – Share SharedWebCredentials - Swift library for easily working with Shared Web Credentials for iOS   GitHub - frankrausch/Typographizer GITHUB. COM – Share Typographizer - Fix dumb quotation marks and apostrophes in Swift   GitHub - marty-suzuki/ReverseExtension GITHUB. COM – Share ReverseExtension - A UITableView extension that enables cell insertion from the bottom of a table view.      
 
   

Swift weekly 83

 

 

 

Swift weekly 83   Hi folks, this week Google converted an Objective-C app to Swift, Jaz Garewal explores what’s possible with Core ML and Arek Holko uses a clever way to catch leaks in view controllers. Happy reading! As always, if you’d like to support Swift Weekly please share this issue with friends and colleagues.   Articles How to Convert a full ObjectiveC app to Swift – Google Developers – Medium MEDIUM. COM – Share Ibrahim Ulukaya of Google converted an Objective-C app to Swift using a code converter and he shares his experience in this article.   Can Core ML in iOS Really Do Hot Dog Detection Without Server-side Processing? - Savvy Apps SAVVYAPPS. COM – Share Jaz Garewal explores what’s possible with Core ML in iOS 11 and answers the question whether Hot Dog detection is possible on the device.   Catching Leaky View Controllers Without Instruments HOLKO. PL – Share Arek Holko came up with a clever way to check if view controllers get deallocated and is thus able to check for leaks in view controllers.   About Objects | Blog Encoding and Decoding in Swift 4 — Media MEDIA. ABOUTOBJECTS. COM – Share Encoding and Decoding seems to be the most written about feature of Swift 4. In this article Jonathan Lehr gives another introduction to the topic.   Serverless Swift With OpenWhisk – OpenWhisk – Medium MEDIUM. COM – Share This article by James Thomas gets you started with writing serverless Swift backend code using OpenWhisk.   YOLO: Core ML versus MPSNNGraph MACHINETHINK. NET – Share This article compares Apple’s Core ML framework versus MPSNNGraph.   ARKit Tutorial with SceneKit | iOS Swift Tutorials by Jameson Quave JAMESONQUAVE. COM – Share A tutorial explaining how to get started with ARKit in combination with SceneKit.   Chris Lattner on the Realm WWDC 2017 Swift panel – Ole Begemann OLEB. NET – Share Chris Lattner was a guest on a Swift panel during WWDC a few weeks ago. Here are some quotes Ole Begemann found interesting, edited for brevity and clarity.   JSON with Encoder and Encodable - Swift Unboxed SWIFTUNBOXED. COM – Share Yet another article about Encodable in Swift 4. 0.   Lirary and Codes GitHub - nvzqz/Threadly GITHUB. COM – Share Threadly - Type-safe thread-local storage in Swift   GitHub - nvzqz/Unreachable GITHUB. COM – Share Unreachable code path optimization hint for Swift   GitHub - yapstudios/YapAnimator GITHUB. COM – Share YapAnimator - Your fast and friendly physics-based animation system.   GitHub - hyperoslo/Cheers GITHUB. COM – Share Cheers - Fancy confetti effects in Swift   GitHub - laanlabs/ARBrush GITHUB. COM – Share ARBrush - Quick demo of 3d drawing in ARKit using metal + SceneKit. NOTE: This is experimental code!  
 
   

Swift weekly 85

 

 

 

  This week Mike Ash looks into what Swift. Codable is and how it works, Tom Lokhorst gives better alternatives to using strings as identifiers, John Sundell uses SpriteKit to create animations and Daniel Steinberg talks about functional programming. Happy reading. As always if you enjoy receiving this newsletter you can help us by sharing it with friends and colleagues. See you next week! mikeash. com: Friday Q&A 2017-07-14: Swift. Codable WWW. MIKEASH. COM – Share One of the interesting additions to Swift 4 is the Codable protocol and the machinery around it. Mike Ash discusses what it is and how it works today. Strongly typed identifiers in Swift – Tom Lokhorst's blog TOM. LOKHORST. EU – Share Tom Lokhorst gives a few examples of how you can use strongly typed identifiers in Swift instead of using strings. Using SpriteKit to create animations in Swift — Swift by Sundell WWW. SWIFTBYSUNDELL. COM – Share Animations are a great way to explain the functionality of our apps through motion, and to delight our users. Adding animations in the right places can really make a UI look a lot more polished and nice. John Sundell takes a look at how SpriteKit can be a great tool for creating certain kinds of animations. Khanlou | Refactoring Reveals Truths KHANLOU. COM – Share Soroush Khanlou with an example of how to refactor your code. Isolating DB layer dependency for a better app architecture: a use case with Realm MEDIUM. COM – Share If you are an iOS developer and you haven’t been hidden in the middle of nowhere for the last three years, you’ve probably heard of Realm.  Ennio Masi isolates the Realm layer of his app for a better app architecture. Natural Language Processing in iOS – martinmitrevski MARTINMITREVSKI. COM – Share Natural Language Processing (NLP) is a field in Computer Science that is starting to get really important in the mobile world.  Martin Mitrevski helps you get started with the NSLinguisticTagger class. Communicating Between React Native and Swift – Prolific Interactive WWW. PROLIFICINTERACTIVE. COM – Share In this article, Jonathan Samudio explains how Reactive Native and Swift can communicate with each other.
 
   

Swift weekly 86

 

 

 

  In this issue Chris Eidhof explains how to use Struct references, Greg Heo answers how a JSON string makes it back to a Swift type, Tyler Tillage writes about State Containers and Mohammed Azam simplifies bloated controllers. We hope you’ll enjoy reading as much as we did and would appreciate you sharing this newsletter with your friends and colleagues. See you next week! ARTICLES Struct References - Chris Eidhof CHRIS. EIDHOF. NL – Share Chris Eidhof explains how to use Struct references so that you get the best out of both worlds - reference and value types. A story about Swift source compatibility · Jesse Squires WWW. JESSESQUIRES. COM – Share Jesse Squires demonstrates why you should add your open source project to the Swift source compatibility project.   JSON to Swift with Decoder and Decodable - Swift Unboxed SWIFTUNBOXED. COM – Share Greg Heo answers the question how a JSON string like “[0, 1, 2]” makes it back to a Swift array of integers. ARKit Fundamentals in iOS 11 WWW. CAPTECHCONSULTING. COM – Share This article by the folks at CapTech gives you all the information you need to get started with ARKit in iOS 11. How to implement expandable menu on iOS BLOG. UPTECH. TEAM – Share Evgeny Matviyenko of Uptech explains how he created an expandable menu like the one Airbnb uses and how he makes use of state reducers and observers in the process. Reactive iOS Programming: Lightweight State Containers in Swift WWW. CAPTECHCONSULTING. COM – Share Another article by Tyler Tillage of CapTech. This time he explains what state containers are and how they can be used to provide state safety. Using Vision Framework for Text Detection in iOS 11 | Swift Tutorial WWW. APPCODA. COM – Share Vision framework was introduced in iOS 11. This introductory tutorials explains how it works, and how you can use it to perform text detection in Swift. The PhotoEditor SDK for HTML5, iOS and Android by img. ly WWW. PHOTOEDITORSDK. COM – Share The PhotoEditor SDK is a fully customizable mean machine. Start your free trial and integrate the versatile editor into your own HTML5, iOS or Android app.
 
   

Swift weekly 87

 

 

 

  In this issue, Arthur Myronenko tames complexity using different design patterns, Frederico Zanetello discovers CoreGraphic’s conformance to the Codable protocol and Manu Rink talks about Swift’s type system. We hope you’ll enjoy reading as much as we did and would appreciate you sharing this newsletter with your friends and colleagues. See you next week! Articles Taming Great Complexity: MVVM, Coordinators and RxSwift BLOG. UPTECH. TEAM – Share Arthur Myronenko refactors an app from MVC, to RxSwift, MVVM and Coordinators in three separate steps. Reminder About Let Initialization USEYOURLOAF. COM – Share Some Swift language features take a while to sink in and become natural. One such feature is that you do not need to set the value of a let constant at the point you declare it in a function as long as you do it before first use. Little Xcode Beta Surprises : Core Graphics Codable Conformance MEDIUM. COM – Share Every single Core Graphics geometric data type supports Swift’s new Codable protocol.  Federico Zanetello found out how to take advantage of this. The Secret Life of Types in Swift NEWS. REALM. IO – Share This talk takes an under-the-hood deep dive into the Swift type system’s structure and gives tips how to use it in a proper way Tutorials Building a declarative animation framework in Swift - Part 1 — Swift by Sundell WWW. SWIFTBYSUNDELL. COM – Share This week, John Sundell takes a look at how to make view-based animations on iOS easier to handle - by building a simple framework that will enable you to express animations in a very declarative, composable way. Building an AR game with ARKit and Spritekit - Pusher Blog BLOG. PUSHER. COM – Share Create a simple AR game inspired on Pokemon Go with the basics of ARKit and SpriteKit. iOS UserNotifications in Swift WWW. TWILIO. COM – Share Local notifications provide a core functionality in many apps, and in Swift they are easy to add to whatever you’re building. With iOS10’s UserNotifications you can even display GIFs in notifications. Libraries and Code GitHub - kingreza/SeeFood GITHUB. COM – Share Inspired by HBO’s Silicon Valley: SeeFood is an iOS app that uses CoreML to detect various dishes GitHub - FabrizioBrancati/Queuer GITHUB. COM – Share Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD). GitHub - sindresorhus/LaunchAtLogin GITHUB. COM – Share LaunchAtLogin - Add “Launch at Login” functionality to your sandboxed macOS app in seconds GitHub - yonaskolb/XcodeGen GITHUB. COM – Share XcodeGen - Command line tool that generates your Xcode project from a simple spec and your folder structure
 
   

The Time Machine Skrinsejver

 

 

 

Naravno da kada izađete sa prijateljima na ćevape vi ismevate Time Machine animaciju, ali u tajnosti vaše mračne sobe vi je obožavate. I zato kasno noću, kada ste budni samo vi i vaš Mac, vi  uključujete Time Machine samo da biste sa čežnjom gledali u njegovu zvezdanu dubinu. Ali zar ne bi bilo lepo kada biste mogli da uklonite taj dosadni Finder prozor, kako biste mogli da gledate u kompletnu, neometanu Time Machine pozadinu? E pa mi imamo jedno drugo rešenje za vas, i to u obliku Time Machine Screensaver-a. Time Machine Screensaver je Quartz Composer film koji predstavlja vernu kopiju Time Machine animacije. Da biste instalirali skrinsejver, vi možete da ga prevučete na Screen Saver prozor, ili možete da ga stavite u vaš standardni Screen Saver direktorijum, ili možete da ga kopirate u Screen Saver alijas koji dolazi zajedno sa daunlodom. Čim ga budete videli u vašim Screen Saver parametrima, selektujte Time Machine Screen Saver, i spremni ste da krenete. I sada ste konačno tu samo vi i Time Machine. Licem u lice.
 
   

Top 10 Mac zaboravljenih mogućnosti

 

 

 

Mac računari su možda skuplji, i Mac korisnici su možda elitniji, ali stavljajući na stranu slepu vernost Apple-u, postoji dosta karakteristika upakovanih u vaš Mac koje ga čine veoma korisnim i zabavnim. U ovom tekstu se naglašava 10 manje poznatih Mac trikova, od trikova koji su čista „šminka” pa do neverovatno korisnih stvari. Pročitajte i podsetite se nekih manje popularnih stvari koje možete izvesti sa vašim Mac računarom. Da vam zagolicamo maštu, evo 10. mesta: 10. Govori bilo šta Uključite svoje zvučnike, pokrenite Terminal i ukucajte: „say hello world” Da vaš Mac govori. Ako imate tekstualni fajl i želite da ga vaš Mac pročita za vas, unesite: „say -f mytextfile. txt” Izvor: Lifehacker. com Pripremio: Marko Kusurović
 
   

Trikovi za rad u Safariju

 

 

 

Veći Safari fontoviAko su vam fontovi u Safariju suviše mali za vaše stare oči, evo brzog načina na koji možete da povećate fontove na svim web stranicama. Prvo, otvorite Safari Preferences Pane i izaberite Appearance karticu. Podesite fontove koje želite da upotrebite za web stranice. Imajte na umu da vaš izbor fontova može da bude poništen od strane kaskadnih lista stilova koje koriste web dizajneri, što znači da samo ova vaša intervencija neće promeniti veličinu fontova za sve web stranice. Nakon što ste podesili željeni font u Appearance panelu, kliknite na Advanced karticu. Pored Universal Access potvrdite polje koje se nalazi ispred Never use font sizes smaller than i selektujte veću veličinu fonta. Kreiranje linija razdvajanja za bookmarkove Evo lakog načina za kreiranje linija razdvajanja za bookmarkove u Bookmarks liniji u Safariju. Otvorite novu praznu karticu u Safariju i ukucajte Blank u URL polje. Dok se stranica učitava, bookmarkujte je u vašu Bookmarks liniju. Dajte joj naziv "|". Otvorite Bookmarks prozor i pomerite novi bookmark na lokaciju na koju želite da bude u Bookmarks liniji. Možete da kreirate još linija razdvajanja tako što ćete duplirati bookmark koji ste kreirali (držite pritsinut Option taster dok pomerate bookmark na novu lokaciju). Vaša Bookmarks linija će ovako imati mnogo lepši i organizovaniji izgled. Otvorite u Safariju više web sajtova pomoću samo jednog klikaDa li ste znali da možete da otvorite nekoliko web stranica odjednom pomoću samo jednog klika u Safarijevoj Bookmarks liniji? U stvari to se veoma jednostavno može uraditi. Prvo, otvorite Safarijeve parametre (preferences), kliknite na Tabs dugme, i potvrdite polje ispred Enable Tabbed Browsing. Sledeće, kreirajte novi direktorijum bookmarkova u Bookmarks liniji i nazovite ga Favorites (ili mu dajte bilo koje drugo ime koje za vas ima smisla). Idite do web stranica koje želite da uključite u vaš jedan-klik Favorites direktorijum i dodajte bookmarkove za njih u direktorijum koji ste upravo kreirali. Sada selektujte Show All Bookmarks iz Bookmarks menija i potvrdite polje pored imena novog direktorijuma pod kolonom koja se zove Auto-Click. Od sada, kada kliknete na vaš novi Favorites direktorijum u Bookmarks liniji, sve web stranice u direktorijumu će se otvoriti, sa svakom stranicom na odvojenoj kartici. Ovo je odličan način da lako i brzo prikažete vaše omiljene web stranice. Ubrzajte Safari pretraživač Da li vam se dešava da se vaš Safari pretraživač ponekad uspori do brzine puža? Ako je odgovor potvrdan, evo nekoliko stvari koje su mi pomogle da ga ubrzam. Prvo, ispraznite Safarijev keš tako što ćete izabrati Empty Cache. . . iz Safari menija. Izbrišite vašu istoriju surfovanja tako što ćete izabrati Clear History iz History menija. Ako je Safari i dalje spor, napustite program i ponovo ga pokrenite. Ovi jednostavni koraci bi trebalo da vam pomognu da ubrzate Safari.
 
   

Upravljajte Clipboard-om pomoću jfSnips-a za Mac OS X

 

 

 

Sa jfSnips-om vi možete da upravljate celokupnim tekstom koji redovno pejstujete ili koristite u Mac OS X-u, kao i da više puta upotrebite sve što ste kopirali u Clipboard, slično kao u Windowsu. Vi možete da postavite isečke tekstova u koju god kategoriju želite, tako da možete da imate kategoriju za PHP kod, za Javascript, za HTML, ili bilo šta drugo. Prečice na tastaturi dodatno olakšavaju ubacivanje teksta gde god želite. Jednostavno pritiskanje SHIFT-CTRL-V prečice će prikazati jfSnips padajući meni koji sedi u vašoj liniji menija. Brzo i lako. Na žalost, ovaj programčić nije besplatan, ali nije ni skup. Ako ga daunlodujete imaćete probni period od 15 dana nakon kojeg ćete trebati da platite 15 dolara za licencu. Adresa: http://www. javafactory. de/mac/jfsnip/index_en. html
 
   

Upravljajte Mac-ovom potrošnjom energije pomoću Lights Out

 

 

 

Samo za Mac OS X: Shareware aplikacija Lights Out je standardni Mac-ov program za uštedu energije na steroidima, koji omogućuje korisnicima da veoma precizno podese veliki broj parametara vezanih za uštedu energije. Od podešavanja vremena nakon kojeg će vaš monitor da se zatamni da automatskog izlogovanja ili isključivanja pa sve do caka za brzo ulaženje u sleep režim rada, ova jednostavna aplikacija preuzima kontrolu nad skoro svakim aspektom potrošnje energije u vašem Mac-u. Lights Out je besplatan za probu i košta 8. 99 dolara po licenci. Mi obično bežimo što dalje od shareware aplikacija, ali u duhu težnje za ekološkijim pristupom životu i radu na računaru, zažmurićemo na tu našu naviku, pošto Lights Out izgleda kao odličan program. Ako znate neku besplatnu alternativu, obavezno nam javite! Adresa: Lights Out
 
   

Uradite više pomoću Mogolingual-a ali budite oprezni

 

 

 

Verovatno ste već čuli za Monolingual, koji vam pomaže da uklonite resurse nepotrebnih jezika i da lokalizujete fajlove na Mac OS X-u da biste napravili više prostora na disku i poboljšali performanse sistema. Ali da li ste znali da takođe možete da ga upotrebite da biste izbrisali PowerPC resurse? Samo budite oprezni kada to radite. Uklonite li pogrešne resurse nećete biti u mogućnosti da pokrenete Microsoft Office, jedan od nekolicine “velikih” Mac programa koji i dalje zahtevaju Rosetta, sistem za emuliranje PowerPC-ja na Mac OS X-u. Iako Monolingual-ovi kreatori tvrde da je program dovoljno pametan da izbegne brisanje važnih PowerPC resursa u univerzalnim programima i da izbegne zbrku u PowerPC programima, nekolicina nas nije baš potpuno ubeđena u to. Čuli smo od nekoliko korisnika da je Entourage prestao da radi zato što je izbrisan pogrešan fajl PowerPC arhitekture u toku Monolingual sesije. Kada se sve ovo uzme u obzir poenta je da Mono može da napravi ozbiljne probleme na Intel Mac-u. Zato nemojte ovo da radite na računaru na kojem radite osim ako niste jako, jako oprezni.
 
   

Uradite više sa prikazima u Leopardu

 

 

 

Samo za Leopard: Još jedna od praktičnih funkcija Mac OS-a 10. 5 koja nije dobila mnogo pažnje je Preview. app, pomoćni program koji otvara slike i PDF fajlove. U Tiger-u, Preview je bio uglavnom prikazivač fajlova, ali u Leopard-u, vi možete da editujete slike, reorganizujete i spajate PDF fajlove, i primenjujete grupne akcije na setove fajlova. Hajde da pogledamo kako rade ove nove funkcije Preview-a. Ako imate otvorenu jednu ili više slika, preko Tools menija vi možete da opsecate, menjate veličinu, izokrećete i rotirate slike. Izaberite "Adjust Color" opciju da biste dobili providnu paletu opcija za boje, uključujući izoštravanje, zajedno sa "Auto Levels" dugmetom za one koji su lenji (kao ja). Vi čak možete da uklonite pozadinu slike. Iz padajućeg menija Select alatke izaberite "Instant Alpha" da biste isprobali ovu funkciju. U području obrade PDF-ova, sada možete da unosite beleške, menjate raspored stranica i spajate nekoliko PDF-ova u jedan direktno u Preview-u. Neki će sigurno reći da ove nove mogućnosti i nisu nešto posebno. Sa druge strane, stvarno je za pohvalu kada se program koji se do sada koristio samo za prikazivanje fajlova proširuje novim funkcijama i razvija u pozitivnom pravcu.
 
   

VacuumMail - ako želite bolji mail na Mac-u

 

 

 

Većina korisnika koji rade na Mac računarima koriste Apple-ov Mail. app za rad sa e-mailom. Svi koji ga koriste mogu da nabroje bar tri stvari koje ih nerviraju kod ovog programa. Ali koliko god Mail zna da iznervira on je ipak još uvek verovatno najbolji mail klijent dostupan na OS X platformi. Integrisanost sa sistemom, brojni dodaci i pogodnost za implementaciju GTD tehnika njegovi su glavni aduti, posebno za korisnike koji imaju gigabajte mailova. Ipak, kod većih arhiva (više od gigabajta) Mail i nije najbrža aplikacija na tržištu. Jedan od uzroka usporavanja je takozvani “Envelope index”. Nedavno se puno govorilo o triku kojim je moguće Mailov envelope index skupiti i na taj način malo ubrzati rad aplikacije. Trik je naravno moguće i ručno primeniti ali za sve koji vole rešenja za koje ne treba puno razmišljati napravljen je besplatan program VacuumMail koji će sam odraditi optimizaciju indeksa. Zato pravac na Google i google-ujte za VacuumMail-om! Adresa: vacuummail. html
 
   

Versions omogućuje lako korišćenje Subversion-a

 

 

 

Samo za Mac OS X: Beta aplikacija Versions obezbeđuje intuitivni interfejs za sistem kontrole verzija, Subversion. Bez obzira da li ste programer ili pisac, kontrola verzija sa Subversion-om može da čini razliku između izgubljenih dana ili izgubljenih minuta ako nešto krene naopako sa vašim tekstualnim fajlovima. Versions koristi sasvim drugačiji pristup od uobičajenog u radu sa Subversion-om tako što uzima vaša skladišta i postavlja ih u atraktivan i zaokružen grafički interfejs. Nije jasno da li će se Versions naplaćivati nakon bete, ali za sada Versions beta je besplatan i postoji samo verzija za Mac OS X. Adresa: Versions
 
   
Veze, linkovi
Linkedin Twitter Facebook
 
     
 
© Sva prava pridržana, Kompjuter biblioteka, Beograd, Obalskih radnika 4a, Telefon: +381 11 252 0 272