UNIX 2023 Batch Admissions

Hello All,

First of all, make sure that you read here about – ‘What this batch actually is!’

========================================================================================================

!!! UPDATE : 18th December 2023 !!!

This UNIX Batch (UNIX 2023-2024) will be Dr. Vijay D. Gokhale Sir’s LAST and FINAL UNIX Batch.

========================================================================================================

Admission process will be conducted on the First Come First Serve basis, at the provided date and time (details are mentioned below).

Please note that this batch will be conducted only in ONLINE mode.

As the batch is ONLINE, there is NO LIMITATION on the number of seats. Hence, please be assured that everyone who wants to join this batch, will be getting the admission. You just have to approach us in time.

==================================================================

IMPORTANT!!!

Listen to the UNIX 2023-2024 Batch Introductory Lecture conducted by Gokhale Sir on Sunday, 26th November 2023 : https://youtu.be/YGVEt8W8SLg
[Kindly note that, for those who want to join this batch, this lecture is MANDATORY to all of them.]

==================================================================

Class Duration-Fees-Address-Days-Timing:

Course Begins From: From 11th December 2023

Lecture Days: Every Monday, Tuesday, Wednesday

Lecture Timings: 08:30 PM onwards for 2 hours (+/- 15 to 30 minutes) [Timings as per IST]

Course Duration: Approx. 5 months. From 11th December 2023 to Second Week of May 2024.

Language of Teaching: Marathi

Fees: (No Part Payment, No Refund.)

a. For students residing in India : Rs. 10,000 + Rs. 1,800 (18% GST) = Rs. 11,800/-

b. For students residing out of India : Rs. 20,000 + Rs. 3,600 (18% GST) = Rs. 23,600/-

Class Venue: ONLINE ONLY.
[Lectures are streamed live via Official YouTube Channel of AstroMediComp (link provided above) ]

==================================================================

Admission Procedure:

Admissions for this batch will be conducted over the VSIEdu platform.
‘VSIEdu’ is a Learning Management System developed by Void Star India – a company owned and run by students of AstroMediComp.

All the admissions will be carried out using VSIEdu.

A few details to note down:

A] Registration to VSIEdu, Data Collection and Enrollment for the course:

  • Admissions will open for everyone on Friday, 1st December 2023 AT 1:00 PM (Afternoon).
    Update : The 2nd round of Admissions will open for everyone on Saturday, 23rd December 2023 AT 1:00 PM (Afternoon).
  • You need to follow the registration and then enrollment procedure at VSIEdu (as mentioned in the video, link given below)
  • You will receive an acknowledgement email as a reply to your enrollment.
  • After paying the fees, you need to wait for at least 96 hours (4 days) to get a confirmation of your admission.
  • Admission forms will close on Sunday, 10th December 2023, end of the day.
    Update : The 2nd round Admission forms will close on Sunday, 31st December 2023, end of the day.
  • If you are 100% sure about joining the batch, then and then only enroll as there will be no refund of fees in any case.

—————————————————————————————————————-

B] Payment of Fees: 

Update (1st December 2023): For the students residing in India, the payment will be accepted ONLY via Internet Banking.

The following message is for you (ONLY for students residing in India) from Dr. Vijay D. Gokhale Sir :
=====================================================================================
Hello Students,This is Dr. Gokhale Sir.
Read the following message very carefully because it is regarding your admissions and payments of the upcoming UNIX System Design 2023-2024 batch.Today we came to know that due to the recent decision of the Government, UPI / QR Code transactions are limited to ₹1 lakh per day per bank.
Meaning :- Only 9 admissions per day per bank can be done by UPI / QR code.
So, on the first day of admissions we received 18 admissions (with fees) by switching between 2 banks.
This is not only cumbersome to our administration but many students are also getting transaction failure messages about “Receiver’s Limit Reached”.
So, changing the method of payment from UPI / QR code to Internet banking.Note : I know that the way of UPI / QR code transactions is very easy for you, but to allow more students to get admissions without any failures per day we are switching to Internet Banking.
=====================================================================================

Out of India students will receive a different link for the payment.

We are providing you all the dates well in advance, so that you can prepare and take the admission as soon as you receive the payment details.
Still, if you fail to take the admission in the mentioned deadline, then AstroMediComp Administration will not be responsible.

—————————————————————————————————————-

UPDATE: Tuesday, 28th November 2023:

Watch UNIX 2023-2024 Enrollment (Admission) Process Video here and follow accordingly: UNIX 2023-2024 Admission Process Video
[Please Note : The “Repeater” option in the Admission Process is ONLY for students who had taken admission and attended the last UNIX Batch, that is, UNIX 2022-2023, and who want to re-attend this UNIX batch, that is, UNIX 2023-2024.]

Link to take admission: VSIEdu

Admissions will begin on Friday, 1st December 2023 AT 1:00 PM (Afternoon) and will go on till 10th December 2023.

—————————————————————————————————————-

For the past 30 years, our class has a tradition of keeping the first few lectures of this batch OPEN TO ALL and FREE TO ALL.

This year also first few lectures will be OPEN TO ALL and FREE TO ALL until Sir announces the actual commencement of the subject lectures.

[You may attend these lectures regardless of whether you are taking an admission to this batch or not. They will be streamed live at :- Official YouTube Channel of AstroMediComp.]

==================================================================================

In case of any query, contact at seminar@astromedicomp.org

Regards,
Team AstroMediComp.

26 Oct. 2023
2:00 AM


Perl Automation Client

1. Install Strawberry Perl(x64) from http://strawberryperl.com/
2. Check the Perl version in cmd by calling “perl -v”
3. If it is giving the response then Perl is installed properly.
4. Your 64-Bit Automation Server is working with other clients.
5. Now run Perl script like “perl AutomationClient.pl” or you can directly call “AutomationClient.pl” in cmd.

Note: You have to update the appropriate CLSID in script.

Reference: https://docstore.mik.ua/orelly/perl4/perlnut/ch23_01.htm

Download the program file from here: Perl Automation Client

Steps and Program By: Prashant Patel (WinDev 2020)

1 Nov. 2020
11:00 PM

Tags: , ,


Ruby Automation Client

1. Install Ruby(x64) without Devkit from https://rubyinstaller.org/downloads/
2. Check the Ruby version in cmd by calling “ruby -v”
3. If it is giving the response then Ruby is installed properly.
4. Your 64-Bit Automation Server is working with other clients.
5. Now run Ruby script like “ruby AutomationClient.rb” or you can directly call “AutomationClient.rb” in cmd.

Note: You have to update the appropriate CLSID in the script.

Reference: https://ruby-doc.org/stdlib-2.5.1/libdoc/win32ole/rdoc/WIN32OLE.html

Download the program file from here: Ruby Automation Client

Steps and Program By: Prashant Patel (WinDev 2020)

1 Nov. 2020
10:50 PM

Tags: , ,


आय टी चे मृगजळ

Ashish Sarode sent following link to sir
MUST MUST ………… MUST READ

Name/ Author : Chinmay Gavankar
Publication Date : (6 June 2017 published on blog – this is original source, 10 June 2017 published on newstale.in)
Original link : http://gavankar.blogspot.in/2017/06/blog-post.html
Additional link : http://www.newstale.in/view_details.php?news_id=150
==============================================================
अगदी हे आणि असंच गेली १५ वर्ष सर कळकळीनं आेरडत आहेत.
त्यासाठीच तर सरांनी “Undoing Lord Macaulay” हे अभियान सुरु केलं.
चला, अजून कुणीतरी आहे असा विचार करणारं…. हेही नसे थोडके !

—– रमा विजय गोखले

19 Jun. 2017
7:14 PM


Gokhale sir is AAE (ARM Accredited Engineer)

Hello Students ,

01) Link of author of “Professional Embedded ARM Development” : James Langbridge
==============================================================
http://www.amazon.com/Professional-Embedded-Development-James-Langbridge/dp/111878894X/ref=sr_1_1?ie=UTF8&qid=1458985702&sr=8-1&keywords=Professional+Embedded+ARM+Development

02) Link About His AAE Experience In His Own Words :
================================================
http://blog.packetfury.net/2014/05/23/arm-accredited-engineer/
Mail from ARM

03) Link for ARM Connected Community Blog Link :
===================================
https://community.arm.com/groups/embedded/blog/2014/04/15/the-value-of-the-arm-accredited-engineer-programs

Score Report

 

 

 

Regards ,
Dr. Vijay Gokhale.

Many Many congratulations for becoming AAE  to Dr. Vijay Gokhale sir from all students.

5 Apr. 2016
10:32 AM


Javascript Automation Client

 Run method:
1) Just open the html client page in Internet Explorer.
2) Accept the warnings given by IE and click on ‘Allow blocked contents
3) Provide two sample integer values in Num1 and Num2‘s text boxes
4) Click on ‘Call COM Method’ button and Click on ‘Yes’ if prompted by browser.
5) Check the output in message boxes prompted by IE.
 
I have tested it on Internet Explorer 11 , Windows 8.1 x64bit and 32bit COM Automation component(same which is used for Python Client). Only limitation of Java Script client is, it runs only on Internet Explorer.
Download : JavaScript Client
 
Steps and Program By : Jeevan Gaikwad (UNIX 2014, WinRT 2015, RTR 2017)

3 Nov. 2015
8:07 AM

Tags: , , ,


Automation Python Client(32bit) and more

I have written a python script to use our COM Component in Python. I learned basic Python syntax for our client. I have used Python 2.7.10(32bit) version on Windows 8.1(64bit). I have added the extension comtypes to Python installation which supports Python 32 bit. That’s why I had to create our 32bit Automation server component. This extension allows us to support COM components. I have tested the Python Script and working good. 🙂 Please find the attached script file.
It took 2 days to work around this and for Java script client(did not get success). I have also tried C client. It’s very good. I feel, it actually gives us a idea about how CPP’s class must be written in C(header file for C client is highly noteworthy) and also gives clear idea about virtual function table, its actual use via lpvtbl pointer.
As you said, C# does not use our IDispatch but directly calls those two methods via custom interface, I had put message boxes in the IDispatch’s functions and observed the same behavior. In case of VB client, it uses our IDispatch. In case of Python client, I observed that it is not using IDispatch but directly calls CoCreateInstance for our provided interface(here it’s IMyMath). It uses our registered type library. We can easily call QI in Python client to get desired interface pointer.

References:
1) Download Python 2.7.10(32bit)
2) Download comtypes extension
3) comtypes documentation
4) Python Client help on codeproject

Our sessions on why Java/.NET came and now why WinRT introduced, were really good. I enjoyed them and we got the clear idea “How should we start learning a technology and How it should be taught”. Thank you.

Note: Rename PythonClient to .py

Steps and Program By: Jeevan Gaikwad (UNIX 2014, WinRT 2015, RTR 2017)

2 Nov. 2015
8:35 PM

Tags: , ,