GDL Presents: Women Techmakers with Pixel Qi
Jean Wang sits down with 2011 Anita Borg "Woman of Vision" Award for Innovation winner Mary Lou Jepsen of Pixel Qi to discuss overcoming technical challenges in hardware, drawing on Mary Lou's experience leading the engineering and architectural design of the $100 laptops that inspired the One Laptop Per Child (OLPC) organization. Hosts: Jean Wang - Lead Hardware Engineer for Project Glass | Vivian Cromwell - Manager, Global Chrome Developer Relations Guest: Mary Lou Jepsen - CEO and Founder, Pixel Qi
From:
GoogleDevelopers
Views:
0
0
ratings
Time:
01:00:00
More in
Science & Technology
Hello,
I got Fedora 12 samab and samba client and permitted the same via the iptables. For some reason, I cannot seem to browse my windows network.
What did I do wrong, and how can I achieve this.
Thanks
Jean
[edit] - I want to browse the windows workgroup
[edit] - Set the workgroup name, restarted the smb in the services, can browse network, but only my fedora 12 system is being shown
Hello,
I got Fedora 12 samab and samba client and permitted the same via the iptables. For some reason, I cannot seem to browse my windows network.
What did I do wrong, and how can I achieve this.
Thanks
Jean
[edit] - I want to browse the windows workgroup
[edit] - Set the workgroup name, restarted the smb in the services, can browse network, but only my fedora 12 system is being shown
Hello,
Currently I am using Fedora 12/13 for web application (LAMP) development. Would serious users of LAMP consider any other flavor.
Usage is for my laptop.
If you require more info, pls request, just wrote what I am looking for
Thanks Jean
Hello,
I want to install LAMP stack on Ubuntu desktop version 10.x. Do I have to reinstall the whole thing via the server version or apt-get install?
Thanks
Jean
Hello,
I installed nagois on ubuntu. The service is running as nagois3. I am trying to access it via the browser as localhost/nagois/, its giving me a 404.
Any ideas.
Thanks
Jean
Hello,
I installed Ubunut and got the LAMP stack installed too. Now the problem is I have to be connected to the internet for the local apache webserver to work, else it does not. I changed the IP address on the dnshost, in the apache2.conf file, got the servername in the httpd.conf, which was empty.
Any ideas guys.
Thanks Jean
Hello,
I am using Ubuntu and have AMP. I tried to create a new folder under /var/www/html/ it says not found. I edited the http://localhost/index.html and that gives me a 404 error. I guess its something to do with the security.
localhost/index.html was OK before the edit
Appreciate all assistance.
Thanks
Jean
Hello,
I have enabled windows 7 network discoverable, but it does not showup. I have shared a printer that is connected to this system.
Is there more I have to do.
Thanks
Jean
Hello,
I have set up my google apps email on my outlook and I want it to connect to the google server and fetch my mails using SSL POP3
Ports 995, 465 both TCP and UDP are open. But it still not working. The server has 2 NIC, one for LAN and the other for External.
Please provide assistance on solving this issue.
Thanks
Jean
Hello,
Currently I am using Fedora 12/13 for web application (LAMP) development. Would serious users of LAMP consider any other flavor.
Usage is for my laptop.
If you require more info, pls request, just wrote what I am looking for
Thanks
Jean
Hello,
I have some CSS style that does not work in IE and that works on ff and chrome. I want to be able to use if else. But can PHP ifelse be included in the .css file for me to achieve?
Thanks
Jean
Hello,
Could you please explain to me how to add a standalone c3pO or DBCP connection pool to my toplink-based JPA project?
I have a persistence.xml file, and everytime I want to query the database, I'm doing this:
EntityManagerFactory emf = this.getEntityManagerFactory();
// Surely using persistence.xml to set up the factory
EntityManager em = emf.createEntityManager();
...
Where do I build the bridge between my external connection pool manager and Toplink? Any ideas or links are welcomed.
Regards,
Jean
Hello,
Is this the notation to use for Not Equal To in JS, in jquery code
!== OR !=
None of them work
Here is the code I am using
var val = $('#xxx').val();
if (val!='') {
alert("jello");
}
Thanks
Jean
Hello,
$d = opendir("docs");
while (($file = readdir($d)) !== false) {
if (($file != ".") && ($file != "..")){
}
}
I want to be able to display the first 5 file names.
Thanks
Jean
Hello,
I want to do a .htaccess rewrite, which when users enter this http://DomainName.com/UserName should go to http://DomainName.com/UserDirectory/UserName, but should show http://DomainName.com/UserName to the user
Thanks
Jean