2010-09-23 From Perl to Python
At work, we are currently using Perl and IDL, alongside our (in C++ written) EGSE server software. For . . . of the electronics readouts, we use IDL. For different reasons, we are looking to replace . . . but they can also be run from the commandline. IDL, however is more tightly integrated with the EGSE. . . . to the controlling Perl script. Besides plots by IDL, it's also possible to create plots with the EGSE . . .
2K - last updated 2010-09-24 13:59 UTC by 7030
2010-10-12 Supporting Python
At my dayjob, we have created an application for sensor readout and control. We are creating a software . . . already present combo of Perl for scripting and IDL for analysis. The list of steps comes down to: . . . that retrieves data # Certain data triggers an IDL script in the EGSE server # After the IDL script . . .
2K - last updated 2010-10-13 12:28 UTC by 7030
2014-12-15 Shadows and rounded corners
The app I'm currently working on, requires a textfield with shadow and rounded corners. That doesn't . . . var imageView: UIImageView! override func viewDidLoad() { super.viewDidLoad() self.addShadowAndCornerRadius(self.contentView) . . .
2K - last updated 2014-12-15 08:31 UTC by 7030
2017-11-07 Close button on popover
On iPhone, you usually add a cancel/close button to a modal popover. On iPad, there's usually no need . . . true, completion: nil) } override func viewDidLoad() { self.view.backgroundColor = UIColor.yellow . . . UIViewController { override func viewDidLoad() { self.view.backgroundColor = UIColor.green . . . = pvc } override func viewDidLoad() { self.view.backgroundColor = UIColor.yellow . . . true, completion: nil) } override func viewDidLoad() { self.view.backgroundColor = UIColor.green . . .
5K - last updated 2018-01-09 07:28 UTC by 7030
2019-09-16 Objective-C project without storyboard in Xcode 11
Create a new project and open the ViewController.h. Optionally add the following lines to viewDidLoad: . . .
2K - last updated 2019-09-16 07:03 UTC by 7030
2023-04-12 Natural breaks in Time Out application for macOS
I'm using a break reminder on macOS, it's called Time Out. https://dejal.com/timeout/ It's a very full-featured . . . see if the app is unable to detect the computer idle, open Time Out, and in the left navigation, select . . . Out should detect that you leave the computer idle. In my case that wasn't happening, it just repeatedly . . . logged the following lines, edited for brevity: idle (for 0 secs); Normal due 12/04/2023, 11:19 (in . . . 11 min, 46 secs); ....... idle (for 0 secs); Normal due 12/04/2023, 11:19 (in . . .
2K - last updated 2023-04-12 09:15 UTC by bartvk
2023-08-30 Coordinator in preview
When you're using the Coordinator pattern in a SwiftUI project, you'll find yourself sometimes wanting . . . NSCoder) { fatalError() } override func viewDidLoad() { guard let navigationController = self.navigationController . . .
2K - last updated 2023-08-31 11:26 UTC by bartvk
IDL
= Installing GDL = http://gnudatalanguage.sourceforge.net/ GDL is an IDL clone. To install on Fedora . . . basic information type HELP,/INFO 'GDL_STARTUP'/'IDL_STARTUP' environment variables both not set. No . . . = [http://amath.colorado.edu/scico/tutorials/idl/ Some IDL tutorials] http://www.rsinc.com/idl/ . . .
1K - last updated 2006-02-08 15:12 UTC by 7030
vankuik.nl
= Latest weblog entries = <journal 5> = Weblog Archive = [[Weblog_entries_2024]] [[Weblog_entries_2023]] . . . * [[Fixing_bugs]] * [[Java]] * [[IDL]] * [[Objective-C]] * [[Perl]] * [[PHP]] * [[Python]] . . .
4K - last updated 2024-04-16 10:29 UTC by bartvk
9 pages found.