Posts

Showing posts with the label a

What makes a successful BIM

Image
What makes a successful BIM BIM Goals The trick to a successful BIM process is knowing what the goals of your organization should be to get the best results.  If there is one thing that has been consistent in the various BIM discussions is that the desired results remain the same: shorter project schedules with fewer changes during construction, and digital files at closeout that are useful to the owner for facility management.  Also, in highly renovation prone facilities, the standard results include a Record Model that can be reconciled with the existing facility model. MacCleamy Curves One of the initial concepts of BIM was the idea of frontloading. Patrick MacCleamy from HOK developed the MacCleamy Curves. Building Smart used his concepts to develop the graph in the attached image. These curves show that decisions made earlier in the project cost less and are easier to enact. Therefore, its more efficient to make major decisions earlier in the process. The idea is that u...

Snapchat now suggests filters based on what you take a picture of

Image
Snapchat now suggests filters based on what you take a picture of Your filters are getting smarter. During the short stints in which I actually use Snapchat, its quite obvious that filters are a big part of the app. Customizing your photos with little graphics helps to give them that iconic Snapchat look, and over the years, these filters have become smarter and smarter. Snpachat filters can tell how fast youre currently traveling, what the temperature is around you, and even recommend certain ones based on where youre at. Now, according to a Snapchat representative that spoke with Mashable , some filters will be available based on what youre actually taking a picture of. This is a feature that Snapchats reportedly been rolling out to its users since last week, and its dead simple to use. After youve taken a photo of whatever it is you want to send to a friend or add to your Story, swiping through your filters like usual will now show you special ones if youve taken a picture of someth...

What Are Some Basic Traits of a Good CAD Drafter

What Are Some Basic Traits of a Good CAD Drafter Are you new to CAD or a CAD beginner, and have ever thought to yourself, �What are some basic traits of a good CAD drafter?� If yes, then this is the article for you! To answer this question let�s look at that www.bls.gov website, which states that �Drafters prepare technical drawings and plans, which are used by production and construction workers to build everything from microchips to skyscrapers.� As you can see, this statement is specific, yet also broad. It is specific in that it states that �Drafters prepare technical drawings and plans��, and it is broad in that it states ��to build everything from microchips to skyscrapers.� From the statement above it can be understood that a good CAD Drafter would need to be technically minded. He�d have to have problem solving abilities, the kind which are generally associated with math or being able to visualize things in three dimensions. It can also be understood from the BLS statement that...

Showcase Visualizing a Revit Model

Image
Showcase Visualizing a Revit Model If you have created your model in Revit why not impress your clients and use Autodesk Showcase to visualize what there building is going to look like, and even it being built up just like on Grand Designs. Take a look at the below short video of what you can do with showcase. If your interested and would like to know more about Showcase or undertake a Showcase training course. Contact CADline UKs largest Autodesk Reseller in the UK: CADline: Learning Autodesk Showcase CADline Community: Tips & Tricks and all things Autodesk CADline visit link download

Sony Xperia E1 A Budget Smartphone for Music Lovers

Image
Sony Xperia E1 A Budget Smartphone for Music Lovers Sony Mobile introduced Xperia E1, a new Smartphone with Android operating system, which integrates Sonys advanced audio technology and also Sonys experience in creating screens, design, delivering high performance and high quality content. Xperia E1 is the middle range phone which has borrowed many features from the premium segment. Xperia E1 has Sonys key technologies that provide expressive and clear sound, including speaker volume up to 100 dB. ClearAudio+ mode instantly improves and optimizes the sound frequency balance, and thanks to xLOUD which makes the speaker sound really loud and clear. Sonys WALKMAN which has more than 30 years of experience in the field of audio is the main attraction in all Sony phones. Xperia E1s Walkman has features like Shake-to-shuffle and a special button for switching tracks and it allows you to easily combine music from the Internet and the phone memory to create playlists, play and share tracks. S...

VOCÊ SABE A DIFERENÇA ENTRE OS TIPOS DE GRAFITES DISPONÍVEIS NAS PAPELARIAS

Image
VOCÊ SABE A DIFERENÇA ENTRE OS TIPOS DE GRAFITES DISPONÍVEIS NAS PAPELARIAS Acho interessante saber a dureza de cada tipo de grafites que geralmente est�o dispon�veis nas papelarias .  Os grafites podem ser classificados pela sua dureza, do mais suave (macio), que resulta o preto, ao mais duro, que resulta num acinzentado (grafite). Acredita-se que este sistema de classifica��o foi desenvolvido por um fabricante de l�pis da Inglaterra no in�cio do s�culo XX. S�o normalmente utilizados para a escrita e para desenhos, e n�o s�o, necessariamente, voltados � arte. A dureza do l�pis � classificada em 4 tipos : B -   Representa blackness, negritude; H -   Representa hardness, dureza; F   - Representa fine, fina (ponta fina); HB -   Representa um limiar entre B e H, que caracteriza um l�pis comum, para escrita. Para os l�pis temos : Em escala do mais r�gido para o mais macio. 9H > 8H > 7H > 6H > 5H > 4H > 3H > 2H > H > F > H...

Vinnetou a Rybana

Vinnetou a Rybana Po dvacec rokoch �e vybere Vinnetou za Rybanu. �ed?e na ko?a Hatatitlu a fujazdi do ?ipan, gdze Rybana b�va vof bytofke na trecim poscho?u. Odstav� Hatatitlu pod oknami a hutori mu: "Tu �um?e stuj ! Bo kedz �e objavi Rybanin mu�,v�etk�m ta vysko?im z okna rovno na tebe a pra�ime het.". Vinnetou vy?eci indianskym krokom na trece poschodze, otvor� mu Rybana a... strh?e �e prudka indianska dziga?ka... zrazu zazvoni zvonek "to budze ur?ite man�el ! Ucekaj Vinnetu, ucekaj !" - hvari Rybana. Vinetou nacah?e svojo mokasiny a vysko?i zos oblaka.Rybana idze otvoric dzvere a tam stoj� Hatatitla i hutori ?udsk�m hlasom: "Povidz na?i??ikovi, �e vonka pada di�?, ta �e ho po?ekam vof ko?ikar?i." visit link download

Showing Current Selection in a Modeless Form

Image
Showing Current Selection in a Modeless Form There is a question post in the AutoCAD .NET discussion forum here. I happened to have a similar requirement in one of my recent development projects. So, instead of post a reply in the discussion forum there, I though it would be easier to post a relatively simple and run-able project for the benefit of all readers. The project is fairly easy and is comprised of 3 classes. Class CurrentSelectionWatcher : using  System; using  Autodesk.AutoCAD.ApplicationServices; using  Autodesk.AutoCAD.EditorInput; using   CadApp  = Autodesk.AutoCAD.ApplicationServices. Application ; namespace  ShowSelectionChange {      public   class   CurrentSelectionWatcher     {          private   frmSelection  _view =  null ;          private   bool  _show =  false ...

What is a Blog and how to Create your own Bog for free

Image
What is a Blog and how to Create your own Bog for free In a simple words, we can say that, blog is a one type of online personal diary which is frequently updated by user.A blog provides a free platform to express ideas and thought.Blogging is one of the most popular way to make money online and also a very creative thing to do over the internet. Blogging is a skill required to run and manage a Blog,It includes good writing skills, marketing skills, Search Engine Optimization, Social Media, Designing etc.But for any blog, most powerful weapon is, good and unique content. Blogs can be created on any topic that you want.These are some most popular blogging topics: Sports Political News Web design Blogging Tips Technology Gadgets Marketing tip You dont need to pay money for a Blog because it is a free.But if you want to start a Blog for making money from it, then you have to invest some money for design, domain and marketing.To create any website on the internet, you will need a ...

VentureBeat Galaxy S9 and Galaxy S9 to Make a Cameo Appearance at CES 2018

VentureBeat Galaxy S9 and Galaxy S9 to Make a Cameo Appearance at CES 2018 Over the years, Samsung has followed an annual release schedule for its Galaxy S flagship smartphones. Usually, Samsung announces the latest Galaxy S flagship variants at either MWC, or at a dedicated event held later. This year, for example, the company announced the Galaxy S8 and S8+ at an event held on March 29, and the phones were available for purchase three weeks later. However, the schedule seems to have been changed for the successors of the Galaxy S8 and S8+. According to Evan Blass on VentureBeat,� Samsung is planning to reveal the Galaxy S9 and Galaxy S9+ earlier than usual. The report stated that the phones are scheduled to make their first public appearance at CES, which will be held in January 2018. However, it isnt clear how much information about the devices will be revealed at CES. The report added that Samsung is still planning to hold an official launch event in March, just like the March 20...

Viber 1 041 Nokia Series 40 sent a free massage from nokia s40

Image
Viber 1 041 Nokia Series 40 sent a free massage from nokia s40 Download Viber allows you to communicate with your contacts via text message, without incurring SMS charges. The function of Viber allows you to use your real phone number to communicate with other Viber users. Viber scans your phone book and adds contacts that use the service to your lists allowing you to chat with them outside of your normal network. While other versions of the app allow for phone calls, Viber on Nokia S40 only supports messaging and picture sharing. Theres also a feature that allows you share your location through the app based on your GPS positioning. Viber for S40 supports group chat, allowing you to exchange text messages with up to 15 people at the same time. Although it lacks voice calling support, Viber for S40 makes a cheaper alternative to using SMS and MMS on your phone.   visit link download

Soil Mechanics A One Dimensional Introduction

Image
Soil Mechanics A One Dimensional Introduction   This 2009 book teaches the principles of soil mechanics to undergraduates, along with other properties of engineering materials, to which the students are exposed simultaneously. Using the critical state method of soil mechanics to study the mechanical behavior of soils requires the student to consider density alongside effective stresses, permitting the unification of deformation and strength characteristics. This unification aids the understanding of soil mechanics. This book explores a one-dimensional theme for the presentation of many of the key concepts of soil mechanics - density, stress, stiffness, strength, and fluid flow - and includes a chapter on the analysis of one-dimensional consolidation, which fits nicely with the theme of the book. It also presents some theoretical analyses of soil-structure interaction, which can be analyzed using essentially one-dimensional governing equations. Examples are given at the end of most ...

Show or hide Widgets on a specific page of blogger

Image
Show or hide Widgets on a specific page of blogger With many countless features and tricks in blogger this is the most essential and amazing trick for blogger to apply on their Blogs "Hiding and Showing Specific widgets on specific page of blogger" you are now enable to show/hide specific widget on the page you wish. I can only summarize the awesomeness of this widget as under. How can I show widget only on subpages? How can I show widgets only on post pages? How can I show Widget only on home page etc. Read more � visit link download

Vertu for Bentley A Luxury Smartphone

Image
Vertu for Bentley A Luxury Smartphone Vertu is a British manufacturer and retailer of luxury mobile phones and Bentley Motors is a British luxury automaker. Bentley is teaming up with Vertu in a five-year partnership that will see the two firms work together to create �distinctive� luxury smartphones. Now previous Vertu smartphones have ran on Android, so it�s not far fetched to think that these won�t run Android as well. The smartphones will have a taste of Bentley, but also Bentley drivers will get some exclusive stuff with these four new smartphones. All of which are set to launch in October of this year. Vertu says the new phones will feature elegant, eye-catching designs as well as premium materials in their construction. The phones will also be designed under the Vertu ethos of a �one world phone� to ensure that owners have the optimum setup for peerless coverage no matter what region they�re in. visit link download

Solving a Linear Systes of Equations Using python

Image
Solving a Linear Systes of Equations Using python Solving linear systems of equations is straightforward using the scipy command linalg.solve . This command expects an input matrix and a right-hand-side vector. The solution vector is then computed. An option for entering a symmetrix matrix is offered which can speed up the processing when applicable. As an example, suppose it is desired to solve the following simultaneous equations: We could find the solution vector using a matrix inverse: However, it is better to use the linalg.solve command which can be faster and more numerically stable. In this case it however gives the same answer as shown in the following example: >>> import numpy as np >>> from scipy import linalg >>> A = np . array ([[ 1 , 2 ],[ 3 , 4 ]]) >>> A array([[1, 2], [3, 4]]) >>> b = np . array ([[ 5 ],[ 6 ]]) >>> b array([[5], [6]]) >>> linalg . inv ( A ) . dot ( b ) #slow array([[-4. ], ...

What can I do when I receive a message with incorrect time and date S60

What can I do when I receive a message with incorrect time and date S60 Note: This solution only applies to Nokia S60 devices. Select one from the following (depending on your device model): Menu > Tools > Settings > General > Date and time Menu > Settings > Settings > General > Date and time Menu > Ctrl. panel > Settings > General > Date and time Menu > Settings > Phone > Date and time Select Automatic time update (or Network operator time ) > Off . Select Time zone , and change the time zone to match your current location Send a text message to your own number and verify that the time is the same as your current time. visit link download

Solid Edge Tip of the Week How to Uninstall a Maintenance Pack

Image
Solid Edge Tip of the Week How to Uninstall a Maintenance Pack In this week�s tip, we walk through the process of uninstalling a Maintenance Pack for Solid Edge. Starting with ST8, you can now download Maintenance Packs with the .msi file extension instead of .exe and therefore will be able to uninstall it without uninstalling all of Solid Edge. With Solid Edge closed, go to the start menu, then control panel. Go to Uninstall Programs> View Installed updates Scroll to Solid Edge ST8, select it, and hit Uninstall.  This will only uninstall the Maintenance Pack. It will not uninstall all of Solid Edge. visit link download